OSDN Git Service

Add a few items to support an integrated build of the ODBC interface.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 7 Oct 1998 06:39:30 +0000 (06:39 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 7 Oct 1998 06:39:30 +0000 (06:39 +0000)
src/include/config.h.in

index 10c415c..2d45c55 100644 (file)
 /* 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 */
 
 /*