summaryrefslogtreecommitdiff
path: root/libiberty/acconfig.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 08:32:26 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 08:32:26 +0000
commitec25516353caa85f02127114006b85c8d3860c54 (patch)
tree2a1d2ae9f91d97732b595daf55f5397c013d1d7b /libiberty/acconfig.h
parent7534b8df903c3a7ad66e497e2de2d64363220124 (diff)
downloadgcc-ec25516353caa85f02127114006b85c8d3860c54.tar.gz
gcc:
* Makefile.in, config.gcc, configure.in: Expunge remaining traces of facility for running MD files through C preprocessor. libiberty: * aclocal.m4 (LIB_AC_PROG_CC): Moved here from configure.in. (AC_DEFINE_NOAUTOHEADER): New - work around bug in autoheader. * configure.in: Call AC_C_INLINE and AC_C_CONST. Use three argument form of AC_DEFINE in dummy definitions block. Use AC_DEFINE_NOAUTOHEADER for real definitions of things defined in dummy block. Preload cache variables instead of bypassing tests, where possible. * acconfig.h: Removed. * xmalloc.c (xmalloc_failed): New function, does error reporting on failed allocation. (xmalloc, xcalloc, xrealloc): Use it. * libiberty.h: Move #includes to top. Prototype xmalloc_failed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/acconfig.h')
-rw-r--r--libiberty/acconfig.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libiberty/acconfig.h b/libiberty/acconfig.h
deleted file mode 100644
index f7c599df7ac..00000000000
--- a/libiberty/acconfig.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Define if you have the sys_errlist variable. */
-#undef HAVE_SYS_ERRLIST
-
-/* Define if you have the sys_nerr variable. */
-#undef HAVE_SYS_NERR
-
-/* Define if you have the sys_siglist variable. */
-#undef HAVE_SYS_SIGLIST
-
-/* Define if you have the strerror function. */
-#undef HAVE_STRERROR