2004-06-25 19:17:51 +02:00
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the `addmntent' function. */
|
|
|
|
#undef HAVE_ADDMNTENT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
|
|
#undef HAVE_ARPA_INET_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `backtrace' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_BACKTRACE
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `backtrace_symbols' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_BACKTRACE_SYMBOLS
|
|
|
|
|
2004-06-09 21:04:56 +02:00
|
|
|
/* Define to 1 if you have the <ctype.h> header file. */
|
|
|
|
#undef HAVE_CTYPE_H
|
|
|
|
|
configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
2004-09-07 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.
From-SVN: r87160
2004-09-07 23:52:52 +02:00
|
|
|
/* Define to 1 if you have the `cuserid' function. */
|
|
|
|
#undef HAVE_CUSERID
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file. */
|
|
|
|
#undef HAVE_DIRENT_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
#undef HAVE_DLFCN_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `dlvsym' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_DLVSYM
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <execinfo.h> header file. */
|
|
|
|
#undef HAVE_EXECINFO_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `fopen64' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_FOPEN64
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `freopen64' function. */
|
|
|
|
#undef HAVE_FREOPEN64
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `fseeko64' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_FSEEKO64
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `ftello64' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_FTELLO64
|
|
|
|
|
configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
2004-09-07 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.
From-SVN: r87160
2004-09-07 23:52:52 +02:00
|
|
|
/* Define to 1 if you have the `gai_strerror' function. */
|
|
|
|
#undef HAVE_GAI_STRERROR
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
|
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getgrent' function. */
|
|
|
|
#undef HAVE_GETGRENT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getgrgid' function. */
|
|
|
|
#undef HAVE_GETGRGID
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getgrgid_r' function. */
|
|
|
|
#undef HAVE_GETGRGID_R
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getgrnam' function. */
|
|
|
|
#undef HAVE_GETGRNAM
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getgrnam_r' function. */
|
|
|
|
#undef HAVE_GETGRNAM_R
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getlogin' function. */
|
|
|
|
#undef HAVE_GETLOGIN
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getlogin_r' function. */
|
|
|
|
#undef HAVE_GETLOGIN_R
|
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the `getmntent' function. */
|
|
|
|
#undef HAVE_GETMNTENT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getprotobyname' function. */
|
|
|
|
#undef HAVE_GETPROTOBYNAME
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getprotobynumber' function. */
|
|
|
|
#undef HAVE_GETPROTOBYNUMBER
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getprotoent' function. */
|
|
|
|
#undef HAVE_GETPROTOENT
|
|
|
|
|
configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
2004-09-07 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.
From-SVN: r87160
2004-09-07 23:52:52 +02:00
|
|
|
/* Define to 1 if you have the `getpwent' function. */
|
|
|
|
#undef HAVE_GETPWENT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpwnam' function. */
|
|
|
|
#undef HAVE_GETPWNAM
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpwnam_r' function. */
|
|
|
|
#undef HAVE_GETPWNAM_R
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpwuid' function. */
|
|
|
|
#undef HAVE_GETPWUID
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getpwuid_r' function. */
|
|
|
|
#undef HAVE_GETPWUID_R
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getservbyname' function. */
|
|
|
|
#undef HAVE_GETSERVBYNAME
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getservbyport' function. */
|
|
|
|
#undef HAVE_GETSERVBYPORT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getservent' function. */
|
|
|
|
#undef HAVE_GETSERVENT
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
2004-09-07 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.
From-SVN: r87160
2004-09-07 23:52:52 +02:00
|
|
|
/* Define to 1 if you have the <grp.h> header file. */
|
|
|
|
#undef HAVE_GRP_H
|
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the `inet_ntoa' function. */
|
|
|
|
#undef HAVE_INET_NTOA
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
#undef HAVE_INTTYPES_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `dl' library (-ldl). */
|
|
|
|
#undef HAVE_LIBDL
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-04 22:12:01 +02:00
|
|
|
/* Define to 1 if you have the `memmem' function. */
|
|
|
|
#undef HAVE_MEMMEM
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
#undef HAVE_MEMORY_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-04 22:12:01 +02:00
|
|
|
/* Define to 1 if you have the `memrchr' function. */
|
|
|
|
#undef HAVE_MEMRCHR
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
|
|
|
#undef HAVE_MMAP
|
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the <mntent.h> header file. */
|
|
|
|
#undef HAVE_MNTENT_H
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `munmap' function. */
|
|
|
|
#undef HAVE_MUNMAP
|
|
|
|
|
2004-06-04 19:20:22 +02:00
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
|
|
#undef HAVE_NETDB_H
|
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
|
|
|
#undef HAVE_NETINET_IN_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* define if you have <pthread.h> */
|
|
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
|
configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
2004-09-07 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.
* mf-hooks2.c (strerror): Unregister previous string returned by
previous strerror.
(getlogin,cuserid,getpwnam,getpwuid,getgrnam,getgrgid): New wrappers.
(getservent,getservbyname,getservbyport,gai_strerror): Ditto.
* mf-runtime.h.in: Add redefine_extname pragmas for them all.
* mf-runtime.c (__mf_describe_object): Clarify object life status.
* testsuite/libmudflap.c/pass48-frag.c, pass49-frag.c, fail32-frag.c:
New tests.
* configure, config.h.in: Regenerated.
From-SVN: r87160
2004-09-07 23:52:52 +02:00
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
|
|
#undef HAVE_PWD_H
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `setbuf' function. */
|
|
|
|
#undef HAVE_SETBUF
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `setbuffer' function. */
|
|
|
|
#undef HAVE_SETBUFFER
|
|
|
|
|
2004-06-04 22:12:01 +02:00
|
|
|
/* Define to 1 if you have the `sethostname' function. */
|
|
|
|
#undef HAVE_SETHOSTNAME
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `setlinebuf' function. */
|
|
|
|
#undef HAVE_SETLINEBUF
|
|
|
|
|
2004-10-04 19:33:54 +02:00
|
|
|
/* Define to 1 if you have the `setmntent' function. */
|
|
|
|
#undef HAVE_SETMNTENT
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the `setvbuf' function. */
|
|
|
|
#undef HAVE_SETVBUF
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the `signal' function. */
|
|
|
|
#undef HAVE_SIGNAL
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_SIGNAL_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define it socklen_t typedef is in sys/socket.h. */
|
|
|
|
#undef HAVE_SOCKLEN_T
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `stat64' function. */
|
|
|
|
#undef HAVE_STAT64
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
2004-05-13 08:41:07 +02:00
|
|
|
#undef HAVE_STDINT_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
#undef HAVE_STDLIB_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
#undef HAVE_STRINGS_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
#undef HAVE_STRING_H
|
|
|
|
|
2004-06-04 22:12:01 +02:00
|
|
|
/* Define to 1 if you have the `strncpy' function. */
|
|
|
|
#undef HAVE_STRNCPY
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strnlen' function. */
|
|
|
|
#undef HAVE_STRNLEN
|
|
|
|
|
2004-06-04 19:20:22 +02:00
|
|
|
/* Define to 1 if you have the <sys/ipc.h> header file. */
|
|
|
|
#undef HAVE_SYS_IPC_H
|
|
|
|
|
configure.ac: Check for more headers, functions.
2004-10-12 Frank Ch. Eigler <fche@redhat.com>
* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.
From-SVN: r88996
2004-10-13 20:27:16 +02:00
|
|
|
/* Define to 1 if you have the <sys/mman.h> header file. */
|
|
|
|
#undef HAVE_SYS_MMAN_H
|
|
|
|
|
2004-06-04 19:20:22 +02:00
|
|
|
/* Define to 1 if you have the <sys/sem.h> header file. */
|
|
|
|
#undef HAVE_SYS_SEM_H
|
|
|
|
|
2004-06-04 22:12:01 +02:00
|
|
|
/* Define to 1 if you have the <sys/shm.h> header file. */
|
|
|
|
#undef HAVE_SYS_SHM_H
|
|
|
|
|
2004-06-04 19:20:22 +02:00
|
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
|
|
|
#undef HAVE_SYS_SOCKET_H
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
#undef HAVE_SYS_TYPES_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-04 19:20:22 +02:00
|
|
|
/* Define to 1 if you have the <sys/wait.h> header file. */
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
|
|
|
|
2004-05-13 08:41:07 +02:00
|
|
|
/* union semun defined in sys/ipc.h or sys/sem.h */
|
|
|
|
#undef HAVE_UNION_SEMUN
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
#undef HAVE_UNISTD_H
|
2004-05-13 08:41:07 +02:00
|
|
|
|
2004-06-09 21:04:56 +02:00
|
|
|
/* Define to 1 if you have the `__ctype_b_loc' function. */
|
|
|
|
#undef HAVE___CTYPE_B_LOC
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `__ctype_tolower_loc' function. */
|
|
|
|
#undef HAVE___CTYPE_TOLOWER_LOC
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `__ctype_toupper_loc' function. */
|
|
|
|
#undef HAVE___CTYPE_TOUPPER_LOC
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Name of package */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#undef PACKAGE_NAME
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#undef PACKAGE_STRING
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
#undef PACKAGE_VERSION
|
2004-05-13 08:41:07 +02:00
|
|
|
|
|
|
|
/* pthread_create symbol version */
|
|
|
|
#undef PTHREAD_CREATE_VERSION
|
|
|
|
|
2004-06-01 07:43:27 +02:00
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
|
|
#undef STDC_HEADERS
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
#undef VERSION
|