diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 4b6e58cf8a3..0d913101904 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.116 2000/06/04 15:06:32 petere Exp $ + * $Id: config.h.in,v 1.117 2000/06/09 16:03:07 momjian Exp $ */ #ifndef CONFIG_H @@ -305,6 +305,9 @@ * 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 |
