configure.in -- decide whether to configure gdb.hp; configure -- regenerated.
[deliverable/binutils-gdb.git] / gdb / config.in
index 4491be80c030e664ca618d15c755b3d183d1608c..c559fb696e071fe01d292a62b5c5ee72ac9c8d4d 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 <proc_service.h> on solaris uses int instead of
+   size_t, and assorted other type changes. */
+#undef PROC_SERVICE_IS_OLD
+
 /* 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 <argz.h> header file.  */
 #undef HAVE_ARGZ_H
 
+/* Define if you have the <asm/debugreg.h> header file.  */
+#undef HAVE_ASM_DEBUGREG_H
+
 /* Define if you have the <ctype.h> header file.  */
 #undef HAVE_CTYPE_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
This page took 0.024303 seconds and 4 git commands to generate.