]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add #undef line for USE_NONOPTION_FLAGS.
authorUlrich Drepper <drepper@redhat.com>
Sat, 11 Aug 2001 19:41:01 +0000 (19:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 11 Aug 2001 19:41:01 +0000 (19:41 +0000)
config.h.in

index edd3cac64381b9b4d0abbbc7256515520d53fd96..34af868c961dbefa35d595786bf7c64888a5448c 100644 (file)
    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
+
 /*
 \f */