aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-18 01:26:02 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-18 01:26:02 +0000
commit922ea913b114371113563b09e29929282e51b730 (patch)
tree265662b585364a1739412af5bb0c748e3b374e87 /src/include
parent6ab7e31efd6b9f37fdf2414f5ae4cd7ed7315e22 (diff)
downloadpostgresql-922ea913b114371113563b09e29929282e51b730.tar.gz
postgresql-922ea913b114371113563b09e29929282e51b730.zip
Check for and include <getopt.h>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 5a3893feaab..abde7c5f658 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -14,6 +14,9 @@
* The following is set using configure.
*/
+/* Set to 1 if you have <getopt.h> */
+#undef HAVE_GETOPT_H
+
/* Set to 1 if you have <fp_class.h> */
#undef HAVE_FP_CLASS_H