1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / acconfig.h
index e3d108261ea01fdfd8a3eeb28c8a16d8c080ed4a..10f8cb022486c926a655ab0ee565c70c95fb4bcf 100644 (file)
@@ -7,6 +7,9 @@
 
 /* Whether free must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_FREE
+
+/* Whether strerror must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRERROR
 @TOP@
 
 /* Define if fpregset_t type is available. */
 
 /* 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
This page took 0.023025 seconds and 4 git commands to generate.