summaryrefslogtreecommitdiff
path: root/pkg/binutils/libctf
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-09-21 01:32:04 -0700
committerMichael Forney <mforney@mforney.org>2020-09-22 15:00:17 -0700
commit530cd49c73ecdec161269b62e85b3d60e301b301 (patch)
treec3f097b8b3aa5610eced4243ca6b7f8c1f29d257 /pkg/binutils/libctf
parent195d6e586d1a49caf0b9b8e42c3f378c3095ffd4 (diff)
binutils: Update to 2.35.1
Diffstat (limited to 'pkg/binutils/libctf')
-rw-r--r--pkg/binutils/libctf/config.h69
1 files changed, 0 insertions, 69 deletions
diff --git a/pkg/binutils/libctf/config.h b/pkg/binutils/libctf/config.h
deleted file mode 100644
index d2d42f83..00000000
--- a/pkg/binutils/libctf/config.h
+++ /dev/null
@@ -1,69 +0,0 @@
-/* #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
-#define HAVE_INTTYPES_H 1
-#define HAVE_MEMORY_H 1
-#define HAVE_MMAP 1
-#define HAVE_O_CLOEXEC 1
-#define HAVE_PREAD 1
-/* #undef HAVE_QSORT_R */
-/* #undef HAVE_QSORT_R_ARG_LAST */
-/* #undef HAVE_QSORT_R_COMPAR_LAST */
-#define HAVE_STDINT_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_STRING_H 1
-#define HAVE_SYS_PARAM_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_UNISTD_H 1
-#define LT_OBJDIR ".libs/"
-#define PACKAGE "libctf-library"
-#define PACKAGE_BUGREPORT ""
-#define PACKAGE_NAME "libctf library"
-#define PACKAGE_STRING "libctf library 1.2.0-pre"
-#define PACKAGE_TARNAME "libctf-library"
-#define PACKAGE_URL ""
-#define PACKAGE_VERSION "1.2.0-pre"
-#define STDC_HEADERS 1
-#ifndef _ALL_SOURCE
-# define _ALL_SOURCE 1
-#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-#ifndef _TANDEM_SOURCE
-# define _TANDEM_SOURCE 1
-#endif
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__ 1
-#endif
-#define VERSION "1.2.0-pre"
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-/* # undef WORDS_BIGENDIAN */
-# endif
-#endif
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
-/* #undef _FILE_OFFSET_BITS */
-/* #undef _LARGE_FILES */
-/* #undef _MINIX */
-/* #undef _POSIX_1_SOURCE */
-/* #undef _POSIX_SOURCE */