about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-11 19:41:01 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-11 19:41:01 +0000
commita3151b0240882fea0f1b15741b7ef55f181c1cfc (patch)
tree03d04485ce45edf461bacf578e23a9bc77cb511d /config.h.in
parentf524e4a22f9bb06e8b09f204e3838429129a3160 (diff)
downloadglibc-a3151b0240882fea0f1b15741b7ef55f181c1cfc.tar.gz
glibc-a3151b0240882fea0f1b15741b7ef55f181c1cfc.tar.xz
glibc-a3151b0240882fea0f1b15741b7ef55f181c1cfc.zip
Add #undef line for USE_NONOPTION_FLAGS.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index edd3cac643..34af868c96 100644
--- a/config.h.in
+++ b/config.h.in
@@ -103,6 +103,12 @@
    local labels.  */
 #undef	HAVE_SUBTRACT_LOCAL_LABELS
 
+/* bash 2.0 introduced the _XXX_GNU_nonoption_argv_flags_ variable to help
+   getopt determine whether a parameter is a flag or not.  This features
+   was disabled later since it caused trouble.  We are by default therefore
+   disabling the support as well.  */
+#undef USE_NONOPTION_FLAGS
+
 /*
  */