summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-06-19 16:58:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-06-19 16:58:48 +0000
commit81b30f2cb45d4258426db3f90faba9325a3e96f4 (patch)
tree721ed6c68285677a035e5c3d6348d1caaa87e2d8 /src/include
parente3b37462c2404c9f1287d2cb5e464aa70bca4f60 (diff)
Integrated ODBC driver into regular build. No more standalone business,
which didn't work anyway. Had to back out unixodbc related patch which broke the regular ODBC build.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 586d3b5e58d..de29abafdf5 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: config.h.in,v 1.119 2000/06/17 00:09:56 petere Exp $
+ * $Id: config.h.in,v 1.120 2000/06/19 16:58:37 petere Exp $
*/
#ifndef CONFIG_H
@@ -283,9 +283,6 @@
/* 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 setproctitle function. */
#undef HAVE_SETPROCTITLE
@@ -305,9 +302,6 @@
* Block of parameters for the ODBC code.
*/
-/* are we building against a libodbcinst */
-#undef HAVE_SQLGETPRIVATEPROFILESTRING
-
/* Set to 1 if you have <pwd.h> */
#undef HAVE_PWD_H