diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index dea35d611c3..211a1efcd59 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.10 2001/10/19 20:47:09 tgl Exp $ + * $Id: pg_config.h.in,v 1.11 2001/10/20 17:57:39 tgl Exp $ */ #ifndef PG_CONFIG_H @@ -667,9 +667,6 @@ extern int fdatasync(int fildes); /* Define if you have the optreset variable */ #undef HAVE_INT_OPTRESET -/* Define if you have the __getopt_initialized variable */ -#undef HAVE_INT___GETOPT_INITIALIZED - /* Define if you have strtoll() */ #undef HAVE_STRTOLL |