mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
version.diff from Nirgal, remove old version control stuff
This commit is contained in:
parent
49a395b3c6
commit
ee1b13b68f
@ -1,9 +1,7 @@
|
|||||||
# Converting DocBook to HTML (several small files)
|
# Converting DocBook to HTML (several small files)
|
||||||
# http://www.freebsd.org/tutorials/docproj-primer/x3132.html#AEN3140
|
# http://www.freebsd.org/tutorials/docproj-primer/x3132.html#AEN3140
|
||||||
# version: $Id: Makefile.am,v 1.5 2005/01/15 05:02:11 calvinrsmith Exp $
|
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
TXT2MAN = txt2man
|
TXT2MAN = txt2man
|
||||||
RELEASE = 0.6
|
|
||||||
PRODUCT = MDBTools
|
PRODUCT = MDBTools
|
||||||
|
|
||||||
dist_man_MANS = mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-schema.1 mdb-sql.1 \
|
dist_man_MANS = mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-schema.1 mdb-sql.1 \
|
||||||
@ -35,4 +33,4 @@ install.tgz: $(srcdir)/install.sgml
|
|||||||
man: mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-sql.1
|
man: mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-sql.1
|
||||||
|
|
||||||
.txt.1:
|
.txt.1:
|
||||||
- $(TXT2MAN) -P $(PRODUCT) -t $(PRODUCT) -r $(RELEASE) -s 1 $(srcdir)/$< > $@
|
- $(TXT2MAN) -P $(PRODUCT) -t $(PRODUCT) -r $(VERSION) -s 1 $(srcdir)/$< > $@
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char rcsid_sql_h [ ] =
|
|
||||||
"$Id: mdbodbc.h,v 1.5 2005/01/15 05:02:13 calvinrsmith Exp $";
|
|
||||||
static void *no_unused_sql_h_warn[]={rcsid_sql_h, no_unused_sql_h_warn};
|
|
||||||
|
|
||||||
struct _henv {
|
struct _henv {
|
||||||
MdbSQL *sql;
|
MdbSQL *sql;
|
||||||
};
|
};
|
||||||
|
@ -27,9 +27,6 @@
|
|||||||
|
|
||||||
#include "connectparams.h"
|
#include "connectparams.h"
|
||||||
|
|
||||||
static char software_version[] = "$Id: odbc.c,v 1.31 2007/03/18 14:11:43 brianb Exp $";
|
|
||||||
static void *no_unused_var_warn[] = {software_version,
|
|
||||||
no_unused_var_warn};
|
|
||||||
static iconv_t iconv_in,iconv_out;
|
static iconv_t iconv_in,iconv_out;
|
||||||
|
|
||||||
static SQLSMALLINT _odbc_get_client_type(int srv_type);
|
static SQLSMALLINT _odbc_get_client_type(int srv_type);
|
||||||
|
@ -23,11 +23,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
static char software_version[] = "$Id: unittest.c,v 1.8 2005/04/29 03:08:22 whydoubt Exp $";
|
|
||||||
static void *no_unused_var_warn[] = {software_version,
|
|
||||||
no_unused_var_warn};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define SALES_PERSON_LEN 2
|
#define SALES_PERSON_LEN 2
|
||||||
#define STATUS_LEN 6
|
#define STATUS_LEN 6
|
||||||
|
Loading…
Reference in New Issue
Block a user