]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.h.in: Rebuilt.
authorJeffrey A Law <law@cygnus.com>
Tue, 29 Jun 1999 02:22:43 +0000 (02:22 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 02:22:43 +0000 (20:22 -0600)
From-SVN: r27829

texinfo/ChangeLog
texinfo/config.h.in

index 5a42bc82b3f8fd0785411891a211615ffbb51c7c..21c6fae009608b0680824f4fd10c9fee3b062286 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 29 03:20:33 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * config.h.in: Rebuilt.
+
 Thu Jun 24 22:05:20 1999  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.am (SUBDIRS): Remove util again.
index f814b6573c5edc7482a4fb20b403bae4b0360025..581f05fad2a2878578f976bbece10995835e6b56 100644 (file)
 /* Define if you have the <values.h> header file.  */
 #undef HAVE_VALUES_H
 
+/* Define if you have the <zlib.h> header file.  */
+#undef HAVE_ZLIB_H
+
 /* Define if you have the bsd library (-lbsd).  */
 #undef HAVE_LIBBSD
 
 #undef HAVE_LIBZ
 
 /* For gettext (NLS) */
-#include <libintl.h>
 #define _(String) gettext (String)
 #define N_(String) (String)