summaryrefslogtreecommitdiff
path: root/mit-pthreads/config/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/config/config.h.in')
-rwxr-xr-xmit-pthreads/config/config.h.in324
1 files changed, 324 insertions, 0 deletions
diff --git a/mit-pthreads/config/config.h.in b/mit-pthreads/config/config.h.in
new file mode 100755
index 00000000000..b5e25404a67
--- /dev/null
+++ b/mit-pthreads/config/config.h.in
@@ -0,0 +1,324 @@
+/* config.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Define to `long' if <sys/types.h> doesn't define. */
+#undef off_t
+
+/* Define as the return type of signal handlers (int or void). */
+#undef RETSIGTYPE
+
+/* Define to `unsigned' if <sys/types.h> doesn't define. */
+#undef size_t
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Does the OS already support struct timespec */
+#undef _OS_HAS_TIMESPEC
+
+/* Does the OS need socklen_t for the socket syscalls? */
+#undef _OS_HAS_SOCKLEN_T
+
+/* For networking code: an integral type the size of an IP address (4
+ octets). Determined by examining return values from certain
+ functions. */
+#undef pthread_ipaddr_type
+
+/* For networking code: an integral type the size of an IP port number
+ (2 octets). Determined by examining return values from certain
+ functions. */
+#undef pthread_ipport_type
+
+/* type of clock_t, from system header files */
+#undef pthread_clock_t
+
+/* Specially named so grep processing will find it and put it into the
+ generated ac-types.h. */
+#undef pthread_have_va_list_h
+
+/* type of size_t, from system header files */
+#undef pthread_size_t
+
+/* type of ssize_t, from system header files */
+#undef pthread_ssize_t
+
+/* type of time_t, from system header files */
+#undef pthread_time_t
+
+/* type of fpos_t, from system header files */
+#undef pthread_fpos_t
+
+/* type of off_t, from system header files */
+#undef pthread_off_t
+
+/* type of va_list, from system header files */
+#undef pthread_va_list
+
+/* I don't know why the native compiler definitions aren't sufficient
+ for this. */
+#undef sunos4
+
+/* define if the linker hauls in certain static data from libc even when
+ you don't want it to. yes, this description is bogus, but chris added
+ the need for this, without describing the problem. */
+#undef LD_LINKS_STATIC_DATA
+
+/* define if the system reissues the SIGCHLD if the handler reinstalls
+ * itself before calling wait()
+ */
+#undef BROKEN_SIGNALS
+
+/* where are terminal devices to be found? */
+#undef _PATH_PTY
+
+/* what directory holds the time zone info on this system? */
+#undef _PATH_TZDIR
+
+/* what file indicates the local time zone? */
+#undef _PATH_TZFILE
+
+/* Paths for various networking support files. */
+#undef _PATH_RESCONF
+#undef _PATH_HOSTS
+#undef _PATH_NETWORKS
+#undef _PATH_PROTOCOLS
+#undef _PATH_SERVICES
+
+/* Path for Bourne shell. */
+#undef _PATH_BSHELL
+
+/* Define if you have the syscall_accept function. */
+#undef HAVE_SYSCALL_ACCEPT
+
+/* Define if you have the syscall_bind function. */
+#undef HAVE_SYSCALL_BIND
+
+/* Define if you have the syscall_chdir function. */
+#undef HAVE_SYSCALL_CHDIR
+
+/* Define if you have the syscall_chmod function. */
+#undef HAVE_SYSCALL_CHMOD
+
+/* Define if you have the syscall_chown function. */
+#undef HAVE_SYSCALL_CHOWN
+
+/* Define if you have the syscall_chroot function. */
+#undef HAVE_SYSCALL_CHROOT
+
+/* Define if you have the syscall_close function. */
+#undef HAVE_SYSCALL_CLOSE
+
+/* Define if you have the syscall_connect function. */
+#undef HAVE_SYSCALL_CONNECT
+
+/* Define if you have the syscall_creat function. */
+#undef HAVE_SYSCALL_CREAT
+
+/* Define if you have the syscall_dup function. */
+#undef HAVE_SYSCALL_DUP
+
+/* Define if you have the syscall_dup2 function. */
+#undef HAVE_SYSCALL_DUP2
+
+/* Define if you have the syscall_execve function. */
+#undef HAVE_SYSCALL_EXECVE
+
+/* Define if you have the syscall_exit function. */
+#undef HAVE_SYSCALL_EXIT
+
+/* Define if you have the syscall_fchmod function. */
+#undef HAVE_SYSCALL_FCHMOD
+
+/* Define if you have the syscall_fchown function. */
+#undef HAVE_SYSCALL_FCHOWN
+
+/* Define if you have the syscall_fcntl function. */
+#undef HAVE_SYSCALL_FCNTL
+
+/* Define if you have the syscall_flock function. */
+#undef HAVE_SYSCALL_FLOCK
+
+/* Define if you have the syscall_fork function. */
+#undef HAVE_SYSCALL_FORK
+
+/* Define if you have the syscall_fstat function. */
+#undef HAVE_SYSCALL_FSTAT
+
+/* Define if you have the syscall_fstatfs function. */
+#undef HAVE_SYSCALL_FSTATFS
+
+/* Define if you have the syscall_ftruncate function. */
+#undef HAVE_SYSCALL_FTRUNCATE
+
+/* Define if you have the syscall_getdents function. */
+#undef HAVE_SYSCALL_GETDENTS
+
+/* Define if you have the syscall_getdirentries function. */
+#undef HAVE_SYSCALL_GETDIRENTRIES
+
+/* Define if you have the syscall_getdtablesize function. */
+#undef HAVE_SYSCALL_GETDTABLESIZE
+
+/* Define if you have the syscall_getmsg function. */
+#undef HAVE_SYSCALL_GETMSG
+
+/* Define if you have the syscall_getpeername function. */
+#undef HAVE_SYSCALL_GETPEERNAME
+
+/* Define if you have the syscall_getpgrp function. */
+#undef HAVE_SYSCALL_GETPGRP
+
+/* Define if you have the syscall_getsockname function. */
+#undef HAVE_SYSCALL_GETSOCKNAME
+
+/* Define if you have the syscall_getsockopt function. */
+#undef HAVE_SYSCALL_GETSOCKOPT
+
+/* Define if you have the syscall_ioctl function. */
+#undef HAVE_SYSCALL_IOCTL
+
+/* Define if you have the syscall_ksigaction function. */
+#undef HAVE_SYSCALL_KSIGACTION
+
+/* Define if you have the syscall_link function. */
+#undef HAVE_SYSCALL_LINK
+
+/* Define if you have the syscall_listen function. */
+#undef HAVE_SYSCALL_LISTEN
+
+/* Define if you have the syscall_lseek function. */
+#undef HAVE_SYSCALL_LSEEK
+
+/* Define if you have the syscall_lstat function. */
+#undef HAVE_SYSCALL_LSTAT
+
+/* Define if you have the syscall_open function. */
+#undef HAVE_SYSCALL_OPEN
+
+/* Define if you have the syscall_pgrpsys function. */
+#undef HAVE_SYSCALL_PGRPSYS
+
+/* Define if you have the syscall_pipe function. */
+#undef HAVE_SYSCALL_PIPE
+
+/* Define if you have the syscall_poll function. */
+#undef HAVE_SYSCALL_POLL
+
+/* Define if you have the syscall_putmsg function. */
+#undef HAVE_SYSCALL_PUTMSG
+
+/* Define if you have the syscall_read function. */
+#undef HAVE_SYSCALL_READ
+
+/* Define if you have the syscall_readdir function. */
+#undef HAVE_SYSCALL_READDIR
+
+/* Define if you have the syscall_readv function. */
+#undef HAVE_SYSCALL_READV
+
+/* Define if you have the syscall_recv function. */
+#undef HAVE_SYSCALL_RECV
+
+/* Define if you have the syscall_recvfrom function. */
+#undef HAVE_SYSCALL_RECVFROM
+
+/* Define if you have the syscall_recvmsg function. */
+#undef HAVE_SYSCALL_RECVMSG
+
+/* Define if you have the syscall_rename function. */
+#undef HAVE_SYSCALL_RENAME
+
+/* Define if you have the syscall_select function. */
+#undef HAVE_SYSCALL_SELECT
+
+/* Define if you have the syscall_send function. */
+#undef HAVE_SYSCALL_SEND
+
+/* Define if you have the syscall_sendmsg function. */
+#undef HAVE_SYSCALL_SENDMSG
+
+/* Define if you have the syscall_sendto function. */
+#undef HAVE_SYSCALL_SENDTO
+
+/* Define if you have the syscall_setsockopt function. */
+#undef HAVE_SYSCALL_SETSOCKOPT
+
+/* Define if you have the syscall_shutdown function. */
+#undef HAVE_SYSCALL_SHUTDOWN
+
+/* Define if you have the syscall_sigaction function. */
+#undef HAVE_SYSCALL_SIGACTION
+
+/* Define if you have the syscall_sigpause function. */
+#undef HAVE_SYSCALL_SIGPAUSE
+
+/* Define if you have the syscall_sigprocmask function. */
+#undef HAVE_SYSCALL_SIGPROCMASK
+
+/* Define if you have the syscall_sigsuspend function. */
+#undef HAVE_SYSCALL_SIGSUSPEND
+
+/* Define if you have the syscall_socket function. */
+#undef HAVE_SYSCALL_SOCKET
+
+/* Define if you have the syscall_socketcall function. */
+#undef HAVE_SYSCALL_SOCKETCALL
+
+/* Define if you have the syscall_socketpair function. */
+#undef HAVE_SYSCALL_SOCKETPAIR
+
+/* Define if you have the syscall_stat function. */
+#undef HAVE_SYSCALL_STAT
+
+/* Define if you have the syscall_uname function. */
+#undef HAVE_SYSCALL_UNAME
+
+/* Define if you have the syscall_unlink function. */
+#undef HAVE_SYSCALL_UNLINK
+
+/* Define if you have the syscall_wait3 function. */
+#undef HAVE_SYSCALL_WAIT3
+
+/* Define if you have the syscall_wait4 function. */
+#undef HAVE_SYSCALL_WAIT4
+
+/* Define if you have the syscall_waitpid function. */
+#undef HAVE_SYSCALL_WAITPID
+
+/* Define if you have the syscall_waitsys function. */
+#undef HAVE_SYSCALL_WAITSYS
+
+/* Define if you have the syscall_write function. */
+#undef HAVE_SYSCALL_WRITE
+
+/* Define if you have the syscall_writev function. */
+#undef HAVE_SYSCALL_WRITEV
+
+/* Define if you have the vfork function. */
+#undef HAVE_VFORK
+
+/* Define if you have the <alloc.h> header file. */
+#undef HAVE_ALLOC_H
+
+/* Define if you have the <sys/filio.h> header file. */
+#undef HAVE_SYS_FILIO_H
+
+/* Define if you have the <sys/syscall.h> header file. */
+#undef HAVE_SYS_SYSCALL_H
+
+/* Define if you have the <sys/termio.h> header file. */
+#undef HAVE_SYS_TERMIO_H
+
+/* Define if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define if you have the <syscall.h> header file. */
+#undef HAVE_SYSCALL_H
+
+/* Define if you have the <termio.h> header file. */
+#undef HAVE_TERMIO_H
+
+/* Define if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H