aboutsummaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-03 04:57:56 +0000
committerCraig Rodrigues <rodrigc@gcc.gnu.org>2002-01-03 04:57:56 +0000
commit798010914efad2e7b17c61307de2cd1444c2fc66 (patch)
tree409560be27bbc2506bdd4af973f083ffec2f785c /fastjar/config.h.in
parentbf7edb60c8fb5aada12dd870c029aaac488a042b (diff)
downloadgcc-798010914efad2e7b17c61307de2cd1444c2fc66.zip
gcc-798010914efad2e7b17c61307de2cd1444c2fc66.tar.gz
gcc-798010914efad2e7b17c61307de2cd1444c2fc66.tar.bz2
re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)
2001-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org> PR bootstrap/5117 * configure.in (AC_CHECK_HEADERS): Check for stdlib.h. * Makefile.am: Move grepjar to bin_PROGRAMS. * config.h.in: Regenerated. * Makefile.in: Regenerated. * aclocal.m4: Regenerated. * jargrep.c: Eliminate some signed/unsigned and default uninitialized warnings. Use HAVE_STDLIB_H instead of STDC_HEADERS macro. * jartool.c: Likewise. * compress.c: Likewise. From-SVN: r48493
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r--fastjar/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in
index 2db4bad..7cb0882 100644
--- a/fastjar/config.h.in
+++ b/fastjar/config.h.in
@@ -40,6 +40,9 @@
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H