summaryrefslogtreecommitdiff
path: root/contrib/binutils/ld/acconfig.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-05-13 19:21:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-05-13 19:21:46 +0000
commitb859770a9042cd3b80e48455257b170a33acc0e6 (patch)
tree03821f271b530ebf1c52e16febd23d51c82abd08 /contrib/binutils/ld/acconfig.h
parent30565a54fcfe17393cf34d115abbdfb53c056c22 (diff)
Diffstat (limited to 'contrib/binutils/ld/acconfig.h')
-rw-r--r--contrib/binutils/ld/acconfig.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/binutils/ld/acconfig.h b/contrib/binutils/ld/acconfig.h
deleted file mode 100644
index c627d7faa97a8..0000000000000
--- a/contrib/binutils/ld/acconfig.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-/* Name of package. */
-#undef PACKAGE
-
-/* Version of package. */
-#undef VERSION
-
-/* Whether strstr must be declared even if <string.h> is included. */
-#undef NEED_DECLARATION_STRSTR
-
-/* Whether free must be declared even if <stdlib.h> is included. */
-#undef NEED_DECLARATION_FREE
-
-/* Whether sbrk must be declared even if <unistd.h> is included. */
-#undef NEED_DECLARATION_SBRK
-
-/* Whether getenv must be declared even if <stdlib.h> is included. */
-#undef NEED_DECLARATION_GETENV
-@TOP@
-
-/* Do we need to use the b modifier when opening binary files? */
-#undef USE_BINARY_FOPEN