aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-10-07 06:39:30 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-10-07 06:39:30 +0000
commiteffb32c307bd18ba0c583968994cc54ae668f4b8 (patch)
treeb84c41b75fb8de99faf54c85ce09413d953333e6 /src
parent608dbb1b3e15d88928bd045bdf0f6dc31a17ab6d (diff)
downloadpostgresql-effb32c307bd18ba0c583968994cc54ae668f4b8.tar.gz
postgresql-effb32c307bd18ba0c583968994cc54ae668f4b8.zip
Add a few items to support an integrated build of the ODBC interface.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.in36
1 files changed, 36 insertions, 0 deletions
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 */
/*