]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config.in
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / config.in
index 088d438e002707cb74e4e8053651dbcc07cb4fb6..d3d33decdf05374bdbef555155c05f2a8ffa3b5e 100644 (file)
 /* Define as __inline if that's what the C compiler calls it.  */
 #undef inline
 
-/* Define if on MINIX.  */
-#undef _MINIX
-
 /* Define to `long' if <sys/types.h> doesn't define.  */
 #undef off_t
 
-/* Define if the system does not provide POSIX.1 features except
-   with this defined.  */
-#undef _POSIX_1_SOURCE
-
 /* Define if you need to in order for stat and other things to work.  */
 #undef _POSIX_SOURCE
 
 /* Define if your locale.h file contains LC_MESSAGES.  */
 #undef HAVE_LC_MESSAGES
 
+/* Define if you want to use the full-screen terminal user interface.  */
+#undef TUI
+
+/* Define if <proc_service.h> on solaris uses int instead of
+   size_t, and assorted other type changes. */
+#undef PROC_SERVICE_IS_OLD
+
+/* If you want to specify a default CPU variant, define this to be its
+   name, as a C string.  */
+#undef TARGET_CPU_DEFAULT
+
 /* Define if you have the __argz_count function.  */
 #undef HAVE___ARGZ_COUNT
 
 /* Define if you have the isascii function.  */
 #undef HAVE_ISASCII
 
-/* Define if you have the memcpy function.  */
-#undef HAVE_MEMCPY
-
 /* Define if you have the munmap function.  */
 #undef HAVE_MUNMAP
 
-/* Define if you have the poll function.  */
-#undef HAVE_POLL
-
 /* Define if you have the putenv function.  */
 #undef HAVE_PUTENV
 
 /* Define if you have the sbrk function.  */
 #undef HAVE_SBRK
 
-/* Define if you have the select function.  */
-#undef HAVE_SELECT
-
 /* Define if you have the setenv function.  */
 #undef HAVE_SETENV
 
 /* Define if you have the <endian.h> header file.  */
 #undef HAVE_ENDIAN_H
 
-/* Define if you have the <libintl.h> header file.  */
-#undef HAVE_LIBINTL_H
-
 /* Define if you have the <limits.h> header file.  */
 #undef HAVE_LIMITS_H
 
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
-/* Define if you have the <strings.h> header file.  */
-#undef HAVE_STRINGS_H
-
 /* Define if you have the <sys/param.h> header file.  */
 #undef HAVE_SYS_PARAM_H
 
 
 /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM
+
+/* Define if you have the w library (-lw).  */
+#undef HAVE_LIBW
+
+/* Define if malloc is not declared in system header files. */
+#undef NEED_DECLARATION_MALLOC
+
+/* Define if realloc is not declared in system header files. */
+#undef NEED_DECLARATION_REALLOC
+
+/* Define if free is not declared in system header files. */
+#undef NEED_DECLARATION_FREE
+
+/* Define if strerror is not declared in system header files. */
+#undef NEED_DECLARATION_STRERROR
+
+/* Define if strdup is not declared in system header files. */
+#undef NEED_DECLARATION_STRDUP
+