Revert the AM_ZLIB change in gas
[deliverable/binutils-gdb.git] / gas / config.in
index eb6cf03bac3ee1222cd3a735b12b0143b6c89e3e..a2d62f4e20bea06ae124cabcfe1df39185353709 100644 (file)
@@ -1,8 +1,8 @@
-/* config.in.  Generated from configure.in by autoheader.  */
+/* config.in.  Generated from configure.ac by autoheader.  */
 
 /* Check that config.h is #included before system headers
    (this works only for glibc, but that should be enough).  */
-#if defined(__GLIBC__) && !defined(__CONFIG_H__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1
    */
 #undef HAVE_ALLOCA_H
 
+/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
+   */
+#undef HAVE_DECL_FREE
+
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
+   */
+#undef HAVE_DECL_GETENV
+
 /* Is the prototype for getopt in <unistd.h> in the expected format? */
 #undef HAVE_DECL_GETOPT
 
+/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
+   */
+#undef HAVE_DECL_MALLOC
+
 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
    don't. */
 #undef HAVE_DECL_MEMPCPY
 
+/* Define to 1 if you have the declaration of `realloc', and to 0 if you
+   don't. */
+#undef HAVE_DECL_REALLOC
+
+/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
+   */
+#undef HAVE_DECL_STPCPY
+
+/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
+   */
+#undef HAVE_DECL_STRSTR
+
 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
    don't. */
 #undef HAVE_DECL_VSNPRINTF
 /* Define to 1 if you have the `unlink' function. */
 #undef HAVE_UNLINK
 
-/* Define to 1 if you have the <zlib.h> header file. */
-#undef HAVE_ZLIB_H
+/* Define to 1 if you have the <windows.h> header file. */
+#undef HAVE_WINDOWS_H
 
 /* Using i386 COFF? */
 #undef I386COFF
 /* Choose a default ABI for MIPS targets. */
 #undef MIPS_DEFAULT_ABI
 
+/* Define value for nds32_arch_name */
+#undef NDS32_DEFAULT_ARCH_NAME
+
+/* Define default value for nds32_audio_ext */
+#undef NDS32_DEFAULT_AUDIO_EXT
+
+/* Define default value for nds32_dx_regs */
+#undef NDS32_DEFAULT_DX_REGS
+
+/* Define default value for nds32_perf_ext */
+#undef NDS32_DEFAULT_PERF_EXT
+
+/* Define default value for nds32_perf_ext2 */
+#undef NDS32_DEFAULT_PERF_EXT2
+
+/* Define default value for nds32_string_ext */
+#undef NDS32_DEFAULT_STRING_EXT
+
 /* Define if environ is not declared in system header files. */
 #undef NEED_DECLARATION_ENVIRON
 
This page took 0.024325 seconds and 4 git commands to generate.