Skip to content

Commit effb32c

Browse files
author
Thomas G. Lockhart
committed
Add a few items to support an integrated build of the ODBC interface.
1 parent 608dbb1 commit effb32c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/include/config.h.in

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,38 @@
7777
/* Set to 1 if you have <dld.h> */
7878
#undef HAVE_DLD_H
7979

80+
/* Define if you have the ANSI C header files. */
81+
#undef STDC_HEADERS
82+
83+
/* default path for the location of the odbcinst.ini file */
84+
#undef ODBCINST
85+
86+
/* Define if you have the stricmp function. */
87+
#undef HAVE_STRICMP
88+
89+
/*
90+
* Block of parameters for the ODBC code.
91+
*/
92+
93+
/* Set to 1 if you have <pwd.h> */
94+
#undef HAVE_PWD_H
95+
96+
/* Define if you have the <sys/param.h> header file. */
97+
#undef HAVE_SYS_PARAM_H
98+
99+
/* Define if you have the c library (-lc). */
100+
#undef HAVE_LIBC
101+
102+
/* Define if you have the dl library (-ldl). */
103+
#undef HAVE_LIBDL
104+
105+
/* Define if you have the m library (-lm). */
106+
#undef HAVE_LIBM
107+
108+
/*
109+
* End parameters for ODBC code.
110+
*/
111+
80112
/* Set to 1 if you gettimeofday(a,b) vs gettimeofday(a) */
81113
#undef HAVE_GETTIMEOFDAY_2_ARGS
82114
#ifndef HAVE_GETTIMEOFDAY_2_ARGS
@@ -292,6 +324,10 @@ extern void srandom(int seed);
292324
*/
293325
#define INDEXSCAN_PATCH
294326

327+
/*
328+
* Enables debugging print statements in the date/time support routines.
329+
* Particularly useful for porting to a new platform/OS combination.
330+
*/
295331
/* #define DATEDEBUG */
296332

297333
/*

0 commit comments

Comments
 (0)