From 1d26226d9583ad7bee290ca9bba1aa3794e98a53 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 4 Apr 2009 21:55:50 +0000 Subject: 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. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/pg_config.h.in') 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 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 -- cgit v1.2.1