diff options
| author | Tom Lane | 2001-10-20 17:57:39 +0000 |
|---|---|---|
| committer | Tom Lane | 2001-10-20 17:57:39 +0000 |
| commit | 2b7206a9935c915155a2c71e4658638de98ad440 (patch) | |
| tree | a83b555d73f3001b518efb3b1ce07ef15a0d6ec6 /src/include | |
| parent | bb8f8e627973e9f2f537512c7e8b5b9195815cfb (diff) | |
Revert change to autodetect '__getopt_initialized' variable ... turns
out glibc doesn't actually export this variable, so we need a different
solution.
Diffstat (limited to 'src/include')
| -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 dea35d611c..211a1efcd5 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 |
