diff options
author | DJ Delorie <dj@redhat.com> | 2000-11-29 19:17:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-11-29 19:17:37 +0000 |
commit | 2ea7befd8e4c7e771401059d57452834b6a30da8 (patch) | |
tree | 5fedeed040b3c27b4428d44fc2b88876f61b6a4f /libiberty/acconfig.h | |
parent | 2c67cb8b7a617d1a9ae00e29fc2983f0a3d3b68c (diff) | |
download | gdb-2ea7befd8e4c7e771401059d57452834b6a30da8.zip gdb-2ea7befd8e4c7e771401059d57452834b6a30da8.tar.gz gdb-2ea7befd8e4c7e771401059d57452834b6a30da8.tar.bz2 |
* 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.
Diffstat (limited to 'libiberty/acconfig.h')
-rw-r--r-- | libiberty/acconfig.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libiberty/acconfig.h b/libiberty/acconfig.h deleted file mode 100644 index f7c599d..0000000 --- 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 |