diff options
author | Alan Modra <amodra@gmail.com> | 2021-04-05 15:28:04 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-04-05 15:28:04 +0930 |
commit | ab2af25e83abb7da1619e8ae678b9286d5448d67 (patch) | |
tree | 16b2cfb6936dc8edc5f392a86840fef95ab848c9 /opcodes/config.in | |
parent | 83c79df86bf40666d1da7cd884bc10d45773df91 (diff) | |
download | binutils-ab2af25e83abb7da1619e8ae678b9286d5448d67.zip binutils-ab2af25e83abb7da1619e8ae678b9286d5448d67.tar.gz binutils-ab2af25e83abb7da1619e8ae678b9286d5448d67.tar.bz2 |
C99 opcodes configury
* configure.ac: Don't check for limits.h, string.h, strings.h or
stdlib.h.
(AC_ISC_POSIX): Don't invoke.
* sysdep.h: Include stdlib.h and string.h unconditionally.
* i386-opc.h: Include limits.h unconditionally.
* wasm32-dis.c: Likewise.
* cgen-opc.c: Don't include alloca-conf.h.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'opcodes/config.in')
-rw-r--r-- | opcodes/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/opcodes/config.in b/opcodes/config.in index 55a80fd..9807dd7 100644 --- a/opcodes/config.in +++ b/opcodes/config.in @@ -25,9 +25,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the <limits.h> header file. */ -#undef HAVE_LIMITS_H - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -83,9 +80,6 @@ /* 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 |