mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Add #undef line for USE_NONOPTION_FLAGS.
This commit is contained in:
parent
f524e4a22f
commit
a3151b0240
@ -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
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user