summaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authordaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-26 18:15:31 +0000
committerdaney <daney@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-26 18:15:31 +0000
commit0c461f9e3803a0ddee4ab681fe1d4ebbe0fc6759 (patch)
treedfe1204b01dbc0cb9b19baff613ed5c26afd424e /libjava/include
parent1a429fa847f67a0033c750a2d029cb4eabff5bb8 (diff)
downloadgcc-0c461f9e3803a0ddee4ab681fe1d4ebbe0fc6759.tar.gz
* configure.ac: Remove checks for mktime, alloca, ioctl, gmtime_r,
fork, execvp, execinfo.h, pthread_mutexattr_settype, pthread_mutexattr_setkind_np and sys/wait.h. * Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * include/config.h.in: Regenerate. * testsuite/Makefile.in: Regenerate. * configure: Regenerate. * gcj/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/Makefile.in1
-rw-r--r--libjava/include/config.h.in52
2 files changed, 1 insertions, 52 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in
index 95a9449a5ed..43281065ae8 100644
--- a/libjava/include/Makefile.in
+++ b/libjava/include/Makefile.in
@@ -79,7 +79,6 @@ ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index f0919e2673c..e4948b37d73 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -3,14 +3,6 @@
/* Name of default AWT toolkit */
#undef AWT_TOOLKIT
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
-#undef CRAY_STACKSEG_END
-
-/* Define to 1 if using `alloca.c'. */
-#undef C_ALLOCA
-
/* Define this if you want runtime debugging enabled. */
#undef DEBUG
@@ -42,13 +34,6 @@
/* Define to 1 if you have the `access' function. */
#undef HAVE_ACCESS
-/* Define to 1 if you have `alloca', as a function or macro. */
-#undef HAVE_ALLOCA
-
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
-#undef HAVE_ALLOCA_H
-
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
@@ -79,18 +64,9 @@
/* Define if dlopen is available */
#undef HAVE_DLOPEN
-/* Define to 1 if you have the <execinfo.h> header file. */
-#undef HAVE_EXECINFO_H
-
-/* Define to 1 if you have the `execvp' function. */
-#undef HAVE_EXECVP
-
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
-/* Define to 1 if you have the `fork' function. */
-#undef HAVE_FORK
-
/* Define to 1 if you have the `fstat' function. */
#undef HAVE_FSTAT
@@ -133,7 +109,7 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
-/* Define to 1 if you have the `gmtime_r' function. */
+/* Define if you have the 'gmtime_r' function */
#undef HAVE_GMTIME_R
/* Define if you have the iconv() function. */
@@ -166,9 +142,6 @@
/* Define to 1 if 'in_addr_t' is defined in sys/types.h or netinet/in.h. */
#undef HAVE_IN_ADDR_T
-/* Define to 1 if you have the `ioctl' function. */
-#undef HAVE_IOCTL
-
/* Define to 1 if you have the <langinfo.h> header file. */
#undef HAVE_LANGINFO_H
@@ -205,9 +178,6 @@
/* Define to 1 if you have the `mkdir' function. */
#undef HAVE_MKDIR
-/* Define is you have 'mktime' in <time.h> */
-#undef HAVE_MKTIME
-
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP
@@ -229,9 +199,6 @@
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
-/* Define to 1 if you have the `pipe' function. */
-#undef HAVE_PIPE
-
/* Define if you have /proc/self/exe */
#undef HAVE_PROC_SELF_EXE
@@ -241,12 +208,6 @@
/* Define if using POSIX threads that have the mutexattr functions. */
#undef HAVE_PTHREAD_MUTEXATTR_INIT
-/* Define to 1 if you have the `pthread_mutexattr_setkind_np' function. */
-#undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP
-
-/* Define to 1 if you have the `pthread_mutexattr_settype' function. */
-#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE
-
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
@@ -340,9 +301,6 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
-/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
-
/* Define to 1 if you have the `time' function. */
#undef HAVE_TIME
@@ -464,14 +422,6 @@
calls by caching thread IDs in a hashtable. */
#undef SLOW_PTHREAD_SELF
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at run-time.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
-#undef STACK_DIRECTION
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS