From effb32c307bd18ba0c583968994cc54ae668f4b8 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" <lockhart@fourpalms.org> Date: Wed, 7 Oct 1998 06:39:30 +0000 Subject: [PATCH] Add a few items to support an integrated build of the ODBC interface. --- src/include/config.h.in | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/include/config.h.in b/src/include/config.h.in index 10c415c3a34..2d45c55ec42 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -77,6 +77,38 @@ /* Set to 1 if you have <dld.h> */ #undef HAVE_DLD_H +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* default path for the location of the odbcinst.ini file */ +#undef ODBCINST + +/* Define if you have the stricmp function. */ +#undef HAVE_STRICMP + +/* + * Block of parameters for the ODBC code. + */ + +/* Set to 1 if you have <pwd.h> */ +#undef HAVE_PWD_H + +/* Define if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have the c library (-lc). */ +#undef HAVE_LIBC + +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM + +/* + * End parameters for ODBC code. + */ + /* Set to 1 if you gettimeofday(a,b) vs gettimeofday(a) */ #undef HAVE_GETTIMEOFDAY_2_ARGS #ifndef HAVE_GETTIMEOFDAY_2_ARGS @@ -292,6 +324,10 @@ extern void srandom(int seed); */ #define INDEXSCAN_PATCH +/* + * Enables debugging print statements in the date/time support routines. + * Particularly useful for porting to a new platform/OS combination. + */ /* #define DATEDEBUG */ /* -- GitLab