diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-09-04 22:54:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-09-04 22:54:18 +0000 |
| commit | e43ecb3d1a1c5af574fdd6333bdd64330a148bf6 (patch) | |
| tree | 897b6c54db9c33efff536be673cc6d94fd490d54 /src/include/pg_config.h.in | |
| parent | be475f92cd43ce0c66246cb488fb29b0a12f5674 (diff) | |
| download | postgresql-e43ecb3d1a1c5af574fdd6333bdd64330a148bf6.tar.gz | |
Remove leftovers from subproject removals. Fixes for Python and Kerberos
configuration.
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 670c80a403..2d03838ed2 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.30 2002/09/02 01:05:06 tgl Exp $ + * $Id: pg_config.h.in,v 1.31 2002/09/04 22:54:18 petere Exp $ */ #ifndef PG_CONFIG_H @@ -36,7 +36,7 @@ /* Set to 1 if you want 64-bit integer timestamp and interval support (--enable-integer-datetimes) */ #undef USE_INTEGER_DATETIMES -/* Set to 1 if you want cyrillic recode (--enable-recode) */ +/* Set to 1 if you want single-byte recode (--enable-recode) */ #undef CYR_RECODE /* Set to 1 if you want ASSERT checking (--enable-cassert) */ @@ -81,12 +81,6 @@ /* location of locale files */ #undef LOCALEDIR -/* Define to build the ODBC driver for unixODBC */ -#undef WITH_UNIXODBC - -/* Define to build the ODBC driver for iODBC */ -#undef WITH_IODBC - /* *------------------------------------------------------------------------ @@ -649,12 +643,6 @@ extern int fdatasync(int fildes); /* Define if POSIX signal interface is available */ #undef HAVE_POSIX_SIGNALS -/* Define if C++ compiler accepts "using namespace std" */ -#undef HAVE_NAMESPACE_STD - -/* Define if C++ compiler accepts "#include <string>" */ -#undef HAVE_CXX_STRING_HEADER - /* Define if you have the optreset variable */ #undef HAVE_INT_OPTRESET |
