Automatic date update in version.in
[deliverable/binutils-gdb.git] / opcodes / sysdep.h
index bcac6d851c57f678d7788d960197a9bbd2f6eefa..dc4fe446adab46f010da7fb6adb27113ef3395b3 100644 (file)
 #endif
 
 #include "config.h"
-
-#include "ansidecl.h"
-
-#ifdef HAVE_STDLIB_H
 #include <stdlib.h>
-#endif
-
-#ifdef STRING_WITH_STRINGS
-#include <string.h>
-#include <strings.h>
-#else
-#ifdef HAVE_STRING_H
 #include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
-#endif
+#include "ansidecl.h"
 
 #if !HAVE_DECL_STPCPY
 extern char *stpcpy (char *__dest, const char *__src);
@@ -71,3 +55,5 @@ extern char *stpcpy (char *__dest, const char *__src);
 #define OPCODES_SIGSETJMP(buf)         setjmp(buf)
 #define OPCODES_SIGLONGJMP(buf,val)    longjmp((buf), (val))
 #endif
+
+#define POISON_BFD_BOOLEAN 1
This page took 0.026346 seconds and 4 git commands to generate.