diff options
Diffstat (limited to 'pkg/binutils/libctf')
| -rw-r--r-- | pkg/binutils/libctf/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/binutils/libctf/config.h b/pkg/binutils/libctf/config.h index 6efcc078..d2d42f83 100644 --- a/pkg/binutils/libctf/config.h +++ b/pkg/binutils/libctf/config.h @@ -1,7 +1,11 @@ /* #undef AC_APPLE_UNIVERSAL_BUILD */ +/* #undef ENABLE_NLS */ #define HAVE_BFD_ELF 1 #define HAVE_BYTESWAP_H 1 #define HAVE_DECL_ASPRINTF 1 +#define HAVE_DECL_BSWAP_16 1 +#define HAVE_DECL_BSWAP_32 1 +#define HAVE_DECL_BSWAP_64 1 #define HAVE_DLFCN_H 1 #define HAVE_ENDIAN_H 1 #define HAVE_GETPAGESIZE 1 |
