From: Ulrich Drepper Date: Sat, 11 Aug 2001 19:41:01 +0000 (+0000) Subject: Add #undef line for USE_NONOPTION_FLAGS. X-Git-Tag: cvs/glibc-2_2_4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3151b0240882fea0f1b15741b7ef55f181c1cfc;p=thirdparty%2Fglibc.git Add #undef line for USE_NONOPTION_FLAGS. --- diff --git a/config.h.in b/config.h.in index edd3cac6438..34af868c961 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 + /* */