File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 77
77
/* Set to 1 if you have <dld.h> */
78
78
#undef HAVE_DLD_H
79
79
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
+
80
112
/* Set to 1 if you gettimeofday(a,b) vs gettimeofday(a) */
81
113
#undef HAVE_GETTIMEOFDAY_2_ARGS
82
114
#ifndef HAVE_GETTIMEOFDAY_2_ARGS
@@ -292,6 +324,10 @@ extern void srandom(int seed);
292
324
*/
293
325
#define INDEXSCAN_PATCH
294
326
327
+ /*
328
+ * Enables debugging print statements in the date/time support routines.
329
+ * Particularly useful for porting to a new platform/OS combination.
330
+ */
295
331
/* #define DATEDEBUG */
296
332
297
333
/*
You can’t perform that action at this time.
0 commit comments