diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-04 21:55:50 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-04-04 21:55:50 +0000 |
| commit | 1d26226d9583ad7bee290ca9bba1aa3794e98a53 (patch) | |
| tree | c9912aaa9ff6ea6dec0920cc4fc491bf2f1cc1cc /src/include/pg_config.h.in | |
| parent | 090173a3f937952b2a5c6d92a3ab139e79ca3033 (diff) | |
| download | postgresql-1d26226d9583ad7bee290ca9bba1aa3794e98a53.tar.gz | |
Make an attempt at fixing our current Solaris 11 breakage: add a configure
probe for opterr (exactly like the one for optreset) and have getopt.c
define the variables only if configure doesn't find them in libc.
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 3cc7c7ce6a..3473227827 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -221,6 +221,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the global variable 'int opterr'. */ +#undef HAVE_INT_OPTERR + /* Define to 1 if you have the global variable 'int optreset'. */ #undef HAVE_INT_OPTRESET |
