diff options
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in index fab2a51..4eec821 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -73,6 +73,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both <string.h> and <strings.h>. */ +#undef STRING_WITH_STRINGS + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE |