aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-10-13 03:15:07 +0000
committerJason Molenda <jmolenda@apple.com>1998-10-13 03:15:07 +0000
commitb0f33a0337939803b1ca55665d37dc9677d3720f (patch)
tree504a44fdbaeb88bfb7e0869411dfd83ad8445de6 /gdb/config.in
parentbbee94c77cc8d72f29c13edb6313c770cadd4c26 (diff)
downloadbinutils-b0f33a0337939803b1ca55665d37dc9677d3720f.zip
binutils-b0f33a0337939803b1ca55665d37dc9677d3720f.tar.gz
binutils-b0f33a0337939803b1ca55665d37dc9677d3720f.tar.bz2
1998-10-12 Jason Molenda (jsm@bugshack.cygnus.com)
* Makefile.in (AWK): Unused; remove. * configure.in: Remove unused autoconf checks for MINIX, memcpy, poll, select, strings.h. * config.in: Regenerated. * configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 088d438..7b9b0b0 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -44,16 +44,9 @@
/* 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
@@ -157,24 +150,15 @@
/* 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
@@ -250,9 +234,6 @@
/* 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