aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libopcodes
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-02 09:45:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-02 09:45:51 +0000
commitf5debc7cfcb9671326a019c8a442600f2ead8d4e (patch)
tree1ba2a91c30f3c9323a8396958c934642fb18fd35 /gnu/usr.bin/binutils/libopcodes
parentab3c58bd4fda37c848309cf2275f8a315b262f54 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libopcodes')
-rw-r--r--gnu/usr.bin/binutils/libopcodes/config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libopcodes/config.h b/gnu/usr.bin/binutils/libopcodes/config.h
index 2e26a1c82ee9..eaa10eddf2c7 100644
--- a/gnu/usr.bin/binutils/libopcodes/config.h
+++ b/gnu/usr.bin/binutils/libopcodes/config.h
@@ -28,6 +28,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
/* #undef off_t */
+/* Define if you need to in order for stat and other things to work. */
+/* #undef _POSIX_SOURCE */
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
@@ -109,6 +112,12 @@
/* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
+/* Define if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
@@ -119,7 +128,7 @@
#define PACKAGE "opcodes"
/* Version number of package */
-/* #define VERSION "2.12" */
+/* #define VERSION "2.13.2" */
/* Define if you have the stpcpy function */
#define HAVE_STPCPY 1