Changeset 1742 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Feb 9, 2007, 12:08:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1741 r1742 148 148 { 149 149 #if defined HAVE_REGEX_H 150 # define OPTSTR "Ab:B:cC:dD:E:f:F:iI:mM:nP:qr:R:s:ST:vxhV"150 # define OPTSTR_REGEX "cE:I:" 151 151 #else 152 # define OPTSTR "Ab:B:C:dD:f:F:imM:nP:qr:R:s:ST:vxhV" 153 #endif 152 # define OPTSTR_REGEX "" 153 #endif 154 #if defined HAVE_SETRLIMIT 155 # define OPTSTR_RLIMIT "M:" 156 #else 157 # define OPTSTR_RLIMIT "" 158 #endif 159 #define OPTSTR OPTSTR_REGEX OPTSTR_RLIMIT \ 160 "Ab:B:C:dD:f:F:imnP:qr:R:s:ST:vxhV" 154 161 #define MOREINFO "Try `%s --help' for more information.\n" 155 162 int option_index = 0; … … 1068 1075 #endif 1069 1076 printf(" [-f fuzzing] [-D delay] [-F forks] [-C crashes] [-B bytes]\n"); 1077 #if defined HAVE_SETRLIMIT 1070 1078 printf(" [-T seconds] [-M bytes] [-b ranges] [-P protect] [-R refuse]\n"); 1079 #else 1080 printf(" [-T seconds] [-b ranges] [-P protect] [-R refuse]\n"); 1081 #endif 1071 1082 #if defined HAVE_REGEX_H 1072 1083 printf(" [-I include] [-E exclude] [PROGRAM [--] [ARGS]...]\n");
Note: See TracChangeset
for help on using the changeset viewer.