aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r--util-linux/getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index fefa02206..85a1d4410 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -51,10 +51,8 @@ enum {
OPT_s = 0x10, // -s
OPT_T = 0x20, // -T
OPT_u = 0x40, // -u
-#if ENABLE_GETOPT_LONG
OPT_a = 0x80, // -a
OPT_l = 0x100, // -l
-#endif
SHELL_IS_TCSH = 0x8000, /* hijack this bit for other purposes */
};