123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969 |
- /* config.h.in. Generated from configure.in by autoheader. */
- /*
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
- This file is part of GUILE
- GUILE is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your
- option) any later version.
- GUILE is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with GUILE; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
- */
- /* Define if building universal (internal helper macro) */
- #undef AC_APPLE_UNIVERSAL_BUILD
- /* 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 to 1 if translation of program messages to the user's native
- language is requested. */
- #undef ENABLE_NLS
- /* Define to the type of elements in the array set by `getgroups'. Usually
- this is either `int' or `gid_t'. */
- #undef GETGROUPS_T
- /* Define this if you want to debug scm_must_malloc/realloc/free calls. */
- #undef GUILE_DEBUG_MALLOC
- /* The imaginary unit (positive square root of -1). */
- #undef GUILE_I
- /* Define to 1 in order to try to use "64" versions of system and library
- calls. */
- #undef GUILE_USE_64_CALLS
- /* Define to 1 if you have the `acosh' function. */
- #undef HAVE_ACOSH
- /* 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 `asinh' function. */
- #undef HAVE_ASINH
- /* Define to 1 if you have the <assert.h> header file. */
- #undef HAVE_ASSERT_H
- /* Define to 1 if you have the `atanh' function. */
- #undef HAVE_ATANH
- /* Define to 1 if you have the `atexit' function. */
- #undef HAVE_ATEXIT
- /* Define to 1 if you have the `bcopy' function. */
- #undef HAVE_BCOPY
- /* Define to 1 if you have the `cexp' function. */
- #undef HAVE_CEXP
- /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
- CoreFoundation framework. */
- #undef HAVE_CFLOCALECOPYCURRENT
- /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
- the CoreFoundation framework. */
- #undef HAVE_CFPREFERENCESCOPYAPPVALUE
- /* Define to 1 if you have the `chown' function. */
- #undef HAVE_CHOWN
- /* Define to 1 if you have the `chroot' function. */
- #undef HAVE_CHROOT
- /* Define to 1 if you have the `chsize' function. */
- #undef HAVE_CHSIZE
- /* Define to 1 if you have the `clog' function. */
- #undef HAVE_CLOG
- /* Define to 1 if you have the `clog10' function. */
- #undef HAVE_CLOG10
- /* Define to 1 if the system has the type `complex double'. */
- #undef HAVE_COMPLEX_DOUBLE
- /* Define to 1 if you have the <complex.h> header file. */
- #undef HAVE_COMPLEX_H
- /* Define to 1 if you have the `connect' function. */
- #undef HAVE_CONNECT
- /* Define to 1 if you have the `copysign' function. */
- #undef HAVE_COPYSIGN
- /* Define to 1 if you have the <crt_externs.h> header file. */
- #undef HAVE_CRT_EXTERNS_H
- /* Define to 1 if you have the `crypt' function. */
- #undef HAVE_CRYPT
- /* Define to 1 if you have the <crypt.h> header file. */
- #undef HAVE_CRYPT_H
- /* Define to 1 if you have the `ctermid' function. */
- #undef HAVE_CTERMID
- /* Define to 1 if you have the `cuserid' function. */
- #undef HAVE_CUSERID
- /* Define if the GNU dcgettext() function is already present or preinstalled.
- */
- #undef HAVE_DCGETTEXT
- /* Define to 1 if you have the declaration of `cuserid', and to 0 if you
- don't. */
- #undef HAVE_DECL_CUSERID
- /* Define to 1 if you have the declaration of `flock', and to 0 if you don't.
- */
- #undef HAVE_DECL_FLOCK
- /* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
- don't. */
- #undef HAVE_DECL_HSTRERROR
- /* Define to 1 if you have the declaration of `sethostname', and to 0 if you
- don't. */
- #undef HAVE_DECL_SETHOSTNAME
- /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
- don't. */
- #undef HAVE_DECL_STRNCASECMP
- /* Define to 1 if you have the declaration of `strptime', and to 0 if you
- don't. */
- #undef HAVE_DECL_STRPTIME
- /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
- */
- #undef HAVE_DECL_TZNAME
- /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
- don't. */
- #undef HAVE_DECL_UNSETENV
- /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
- don't. */
- #undef HAVE_DECL_VSNPRINTF
- /* Define to 1 if you have the `DINFINITY' function. */
- #undef HAVE_DINFINITY
- /* Define to 1 if you have the <direct.h> header file. */
- #undef HAVE_DIRECT_H
- /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
- */
- #undef HAVE_DIRENT_H
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Define to 1 if you have the `DQNAN' function. */
- #undef HAVE_DQNAN
- /* Define to 1 if you have the `endhostent' function. */
- #undef HAVE_ENDHOSTENT
- /* Define to 1 if you have the `endnetent' function. */
- #undef HAVE_ENDNETENT
- /* Define to 1 if you have the `endprotoent' function. */
- #undef HAVE_ENDPROTOENT
- /* Define to 1 if you have the `endservent' function. */
- #undef HAVE_ENDSERVENT
- /* Define to 1 if you have the `fchown' function. */
- #undef HAVE_FCHOWN
- /* Define to 1 if you have the `fcntl' function. */
- #undef HAVE_FCNTL
- /* Define to 1 if you have the <fenv.h> header file. */
- #undef HAVE_FENV_H
- /* Define to 1 if you have the `fesetround' function. */
- #undef HAVE_FESETROUND
- /* Define to 1 if you have the `finite' function. */
- #undef HAVE_FINITE
- /* Define to 1 if you have the <floatingpoint.h> header file. */
- #undef HAVE_FLOATINGPOINT_H
- /* Define to 1 if you have the `flock' function. */
- #undef HAVE_FLOCK
- /* Define to 1 if you have the `fork' function. */
- #undef HAVE_FORK
- /* Define to 1 if you have the `ftime' function. */
- #undef HAVE_FTIME
- /* Define to 1 if you have the `ftruncate' function. */
- #undef HAVE_FTRUNCATE
- /* Define to 1 if you have the `getcwd' function. */
- #undef HAVE_GETCWD
- /* Define to 1 if you have the `geteuid' function. */
- #undef HAVE_GETEUID
- /* Define to 1 if you have the `getgrent' function. */
- #undef HAVE_GETGRENT
- /* Define to 1 if you have the `getgroups' function. */
- #undef HAVE_GETGROUPS
- /* Define to 1 if you have the `gethostbyname' function. */
- #undef HAVE_GETHOSTBYNAME
- /* Define to 1 if you have the `gethostent' function. */
- #undef HAVE_GETHOSTENT
- /* Define to 1 if you have the `gethostname' function. */
- #undef HAVE_GETHOSTNAME
- /* Define to 1 if you have the `getitimer' function. */
- #undef HAVE_GETITIMER
- /* Define to 1 if you have the `getlogin' function. */
- #undef HAVE_GETLOGIN
- /* Define to 1 if you have the `getnetbyaddr' function. */
- #undef HAVE_GETNETBYADDR
- /* Define to 1 if you have the `getnetbyname' function. */
- #undef HAVE_GETNETBYNAME
- /* Define to 1 if you have the `getnetent' function. */
- #undef HAVE_GETNETENT
- /* Define to 1 if you have the `getpass' function. */
- #undef HAVE_GETPASS
- /* Define to 1 if you have the `getpgrp' function. */
- #undef HAVE_GETPGRP
- /* Define to 1 if you have the `getppid' function. */
- #undef HAVE_GETPPID
- /* Define to 1 if you have the `getpriority' function. */
- #undef HAVE_GETPRIORITY
- /* Define to 1 if you have the `getprotoent' function. */
- #undef HAVE_GETPROTOENT
- /* Define to 1 if you have the `getpwent' function. */
- #undef HAVE_GETPWENT
- /* Define to 1 if you have the `getservent' function. */
- #undef HAVE_GETSERVENT
- /* Define if the GNU gettext() function is already present or preinstalled. */
- #undef HAVE_GETTEXT
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define to 1 if you have the `gmtime_r' function. */
- #undef HAVE_GMTIME_R
- /* Define to 1 if you have the <grp.h> header file. */
- #undef HAVE_GRP_H
- /* Define to 1 if you have the `hstrerror' function. */
- #undef HAVE_HSTRERROR
- /* Define if h_errno is declared in netdb.h. */
- #undef HAVE_H_ERRNO
- /* Define if you have the iconv() function and it works. */
- #undef HAVE_ICONV
- /* Define to 1 if you have the <ieeefp.h> header file. */
- #undef HAVE_IEEEFP_H
- /* Define to 1 if you have the `index' function. */
- #undef HAVE_INDEX
- /* Define to 1 if you have the `inet_aton' function. */
- #undef HAVE_INET_ATON
- /* Define to 1 if you have the `inet_lnaof' function. */
- #undef HAVE_INET_LNAOF
- /* Define to 1 if you have the `inet_makeaddr' function. */
- #undef HAVE_INET_MAKEADDR
- /* Define to 1 if you have the `inet_netof' function. */
- #undef HAVE_INET_NETOF
- /* Define to 1 if you have the `inet_ntop' function. */
- #undef HAVE_INET_NTOP
- /* Define to 1 if you have the `inet_pton' function. */
- #undef HAVE_INET_PTON
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `ioctl' function. */
- #undef HAVE_IOCTL
- /* Define to 1 if you have the <io.h> header file. */
- #undef HAVE_IO_H
- /* Define if you want support for IPv6. */
- #undef HAVE_IPV6
- /* Define to 1 if you have the `isblank' function. */
- #undef HAVE_ISBLANK
- /* Define to 1 if you have the `isinf' macro or function. */
- #undef HAVE_ISINF
- /* Define to 1 if you have the `isnan' macro or function. */
- #undef HAVE_ISNAN
- /* Define to 1 if you have the `kill' function. */
- #undef HAVE_KILL
- /* Define to 1 if you have the <libc.h> header file. */
- #undef HAVE_LIBC_H
- /* Define if you have the __libc_stack_end variable. */
- #undef HAVE_LIBC_STACK_END
- /* Define to 1 if you have the `gmp' library (-lgmp). */
- #undef HAVE_LIBGMP
- /* Define to 1 if you have the `ltdl' library (-lltdl). */
- #undef HAVE_LIBLTDL
- /* Define to 1 if you have the `m' library (-lm). */
- #undef HAVE_LIBM
- /* Define to 1 if you have the `nsl' library (-lnsl). */
- #undef HAVE_LIBNSL
- /* Define to 1 if you have the `regex' library (-lregex). */
- #undef HAVE_LIBREGEX
- /* Define to 1 if you have the `rx' library (-lrx). */
- #undef HAVE_LIBRX
- /* Define to 1 if you have the `socket' library (-lsocket). */
- #undef HAVE_LIBSOCKET
- /* Define to 1 if you have the `uca' library (-luca). */
- #undef HAVE_LIBUCA
- /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
- #undef HAVE_LIBWS2_32
- /* Define to 1 if you have the <limits.h> header file. */
- #undef HAVE_LIMITS_H
- /* Define to 1 if you have the `link' function. */
- #undef HAVE_LINK
- /* Define to 1 if you have the `lstat' function. */
- #undef HAVE_LSTAT
- /* Define to 1 if you have the <machine/fpu.h> header file. */
- #undef HAVE_MACHINE_FPU_H
- /* Define to 1 if you have the <malloc.h> header file. */
- #undef HAVE_MALLOC_H
- /* Define to 1 if you have the `memcpy' function. */
- #undef HAVE_MEMCPY
- /* Define to 1 if you have the `memmove' function. */
- #undef HAVE_MEMMOVE
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `mkdir' function. */
- #undef HAVE_MKDIR
- /* Define to 1 if you have the `mknod' function. */
- #undef HAVE_MKNOD
- /* Define to 1 if you have the `mkstemp' function. */
- #undef HAVE_MKSTEMP
- /* Define to 1 if you have the <nan.h> header file. */
- #undef HAVE_NAN_H
- /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
- #undef HAVE_NDIR_H
- /* Define to 1 if you have the <netdb.h> header file. */
- #undef HAVE_NETDB_H
- /* Define this if you want support for networking in Guile. */
- #undef HAVE_NETWORKING
- /* Define to 1 if you have the `nice' function. */
- #undef HAVE_NICE
- /* Define to 1 if you have the `on_exit' function. */
- #undef HAVE_ON_EXIT
- /* Define to 1 if you have the `pause' function. */
- #undef HAVE_PAUSE
- /* Define to 1 if you have the `pipe' function. */
- #undef HAVE_PIPE
- /* Define this if you want support for POSIX system calls in Guile. */
- #undef HAVE_POSIX
- /* Define to 1 if you have the <process.h> header file. */
- #undef HAVE_PROCESS_H
- /* Define if you have POSIX threads libraries and header files. */
- #undef HAVE_PTHREAD
- /* Define to 1 if you have the `pthread_attr_getstack' function. */
- #undef HAVE_PTHREAD_ATTR_GETSTACK
- /* Define to 1 if you have the `pthread_getattr_np' function. */
- #undef HAVE_PTHREAD_GETATTR_NP
- /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
- #undef HAVE_PTHREAD_GET_STACKADDR_NP
- /* Define to 1 if you have the <pthread.h> header file. */
- #undef HAVE_PTHREAD_H
- /* Define to 1 if you have the `pthread_sigmask' function. */
- #undef HAVE_PTHREAD_SIGMASK
- /* Define to 1 if you have the `putenv' function. */
- #undef HAVE_PUTENV
- /* Define to 1 if you have the <pwd.h> header file. */
- #undef HAVE_PWD_H
- /* Define to 1 if you have the `readdir64_r' function. */
- #undef HAVE_READDIR64_R
- /* Define to 1 if you have the `readdir_r' function. */
- #undef HAVE_READDIR_R
- /* Define to 1 if you have the `readlink' function. */
- #undef HAVE_READLINK
- /* This is included as part of a workaround for a autoheader bug. */
- #undef HAVE_REGCOMP
- /* Define to 1 if you have the <regex.h> header file. */
- #undef HAVE_REGEX_H
- /* Define to 1 if you have the `rename' function. */
- #undef HAVE_RENAME
- /* Define to 1 if you have the `rindex' function. */
- #undef HAVE_RINDEX
- /* Define to 1 if you have the `rmdir' function. */
- #undef HAVE_RMDIR
- /* Define to 1 if you have the <rxposix.h> header file. */
- #undef HAVE_RXPOSIX_H
- /* Define to 1 if you have the <rx/rxposix.h> header file. */
- #undef HAVE_RX_RXPOSIX_H
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the `setegid' function. */
- #undef HAVE_SETEGID
- /* Define to 1 if you have the `seteuid' function. */
- #undef HAVE_SETEUID
- /* Define to 1 if you have the `setgroups' function. */
- #undef HAVE_SETGROUPS
- /* Define to 1 if you have the `sethostent' function. */
- #undef HAVE_SETHOSTENT
- /* Define to 1 if you have the `sethostname' function. */
- #undef HAVE_SETHOSTNAME
- /* Define to 1 if you have the `setitimer' function. */
- #undef HAVE_SETITIMER
- /* Define to 1 if you have the `setlocale' function. */
- #undef HAVE_SETLOCALE
- /* Define to 1 if you have the `setnetent' function. */
- #undef HAVE_SETNETENT
- /* Define to 1 if you have the `setpgid' function. */
- #undef HAVE_SETPGID
- /* Define to 1 if you have the `setpriority' function. */
- #undef HAVE_SETPRIORITY
- /* Define to 1 if you have the `setprotoent' function. */
- #undef HAVE_SETPROTOENT
- /* Define to 1 if you have the `setpwent' function. */
- #undef HAVE_SETPWENT
- /* Define to 1 if you have the `setservent' function. */
- #undef HAVE_SETSERVENT
- /* Define to 1 if you have the `setsid' function. */
- #undef HAVE_SETSID
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have the `siginterrupt' function. */
- #undef HAVE_SIGINTERRUPT
- /* Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct. */
- #undef HAVE_SIN6_SCOPE_ID
- /* Define to 1 if you have the `sincos' function. */
- #undef HAVE_SINCOS
- /* Define to 1 if you have the `socketpair' function. */
- #undef HAVE_SOCKETPAIR
- /* Define to 1 if you have the `stat64' function. */
- #undef HAVE_STAT64
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the `strchr' function. */
- #undef HAVE_STRCHR
- /* Define to 1 if you have the `strcmp' function. */
- #undef HAVE_STRCMP
- /* Define to 1 if you have the `strdup' function. */
- #undef HAVE_STRDUP
- /* Define to 1 if you have the `strerror' function. */
- #undef HAVE_STRERROR
- /* Define to 1 if you have the `strftime' function. */
- #undef HAVE_STRFTIME
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the `strncasecmp' function. */
- #undef HAVE_STRNCASECMP
- /* Define to 1 if you have the `strptime' function. */
- #undef HAVE_STRPTIME
- /* Define this if your system defines struct linger, for use with the
- getsockopt and setsockopt system calls. */
- #undef HAVE_STRUCT_LINGER
- /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
- #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
- /* Define to 1 if `sin_len' is member of `struct sockaddr'. */
- #undef HAVE_STRUCT_SOCKADDR_SIN_LEN
- /* Define to 1 if `st_blksize' is member of `struct stat'. */
- #undef HAVE_STRUCT_STAT_ST_BLKSIZE
- /* Define to 1 if `st_blocks' is member of `struct stat'. */
- #undef HAVE_STRUCT_STAT_ST_BLOCKS
- /* Define to 1 if `st_rdev' is member of `struct stat'. */
- #undef HAVE_STRUCT_STAT_ST_RDEV
- /* Define this if your system defines struct timespec via either <time.h> or
- <pthread.h>. */
- #undef HAVE_STRUCT_TIMESPEC
- /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
- #undef HAVE_STRUCT_TM_TM_GMTOFF
- /* Define to 1 if `tm_zone' is member of `struct tm'. */
- #undef HAVE_STRUCT_TM_TM_ZONE
- /* Define to 1 if you have the `symlink' function. */
- #undef HAVE_SYMLINK
- /* Define to 1 if you have the `sync' function. */
- #undef HAVE_SYNC
- /* Define to 1 if you have the `sysconf' function. */
- #undef HAVE_SYSCONF
- /* Define to 1 if you have the `system' function. */
- #undef HAVE_SYSTEM
- /* Define to 1 if you have the <sys/dir.h> header file. */
- #undef HAVE_SYS_DIR_H
- /* Define to 1 if you have the <sys/file.h> header file. */
- #undef HAVE_SYS_FILE_H
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
- */
- #undef HAVE_SYS_NDIR_H
- /* Define to 1 if you have the <sys/param.h> header file. */
- #undef HAVE_SYS_PARAM_H
- /* Define to 1 if you have the <sys/resource.h> header file. */
- #undef HAVE_SYS_RESOURCE_H
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* 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/stdtypes.h> header file. */
- #undef HAVE_SYS_STDTYPES_H
- /* Define to 1 if you have the <sys/timeb.h> header file. */
- #undef HAVE_SYS_TIMEB_H
- /* Define to 1 if you have the <sys/times.h> header file. */
- #undef HAVE_SYS_TIMES_H
- /* Define to 1 if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <sys/utime.h> header file. */
- #undef HAVE_SYS_UTIME_H
- /* Define to 1 if you have the <sys/utsname.h> header file. */
- #undef HAVE_SYS_UTSNAME_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 `tcgetpgrp' function. */
- #undef HAVE_TCGETPGRP
- /* Define to 1 if you have the `tcsetpgrp' function. */
- #undef HAVE_TCSETPGRP
- /* Define to 1 if you have the `times' function. */
- #undef HAVE_TIMES
- /* Define to 1 if you have the <time.h> header file. */
- #undef HAVE_TIME_H
- /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
- `HAVE_STRUCT_TM_TM_ZONE' instead. */
- #undef HAVE_TM_ZONE
- /* Define to 1 if you have the `trunc' function. */
- #undef HAVE_TRUNC
- /* Define to 1 if you have the `truncate' function. */
- #undef HAVE_TRUNCATE
- /* Define to 1 if you have the `ttyname' function. */
- #undef HAVE_TTYNAME
- /* Define to 1 if you don't have `tm_zone' but do have the external array
- `tzname'. */
- #undef HAVE_TZNAME
- /* Define to 1 if you have the `tzset' function. */
- #undef HAVE_TZSET
- /* Define if uint32_t typedef is defined when netdb.h is include. */
- #undef HAVE_UINT32_T
- /* Define to 1 if you have the `uname' function. */
- #undef HAVE_UNAME
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if the system supports Unix-domain (file-domain) sockets. */
- #undef HAVE_UNIX_DOMAIN_SOCKETS
- /* Define to 1 if you have the `unsetenv' function. */
- #undef HAVE_UNSETENV
- /* Define to 1 if csqrt is bug-free */
- #undef HAVE_USABLE_CSQRT
- /* Define to 1 if you have the `usleep' function. */
- #undef HAVE_USLEEP
- /* Define to 1 if you have the <utime.h> header file. */
- #undef HAVE_UTIME_H
- /* Define to 1 if you have the `waitpid' function. */
- #undef HAVE_WAITPID
- /* Define if you have the <winsock2.h> header file. */
- #undef HAVE_WINSOCK2_H
- /* Define to 1 if you have the `_NSGetEnviron' function. */
- #undef HAVE__NSGETENVIRON
- /* Define to 1 if you have the `_pipe' function. */
- #undef HAVE__PIPE
- /* Define this if we should include <libc.h> when we've already included
- <unistd.h>. On some systems, they conflict, and libc.h should be omitted.
- See GUILE_HEADER_LIBC_WITH_UNISTD in aclocal.m4. */
- #undef LIBC_H_WITH_UNISTD_H
- /* Define if localtime caches the TZ setting. */
- #undef LOCALTIME_CACHE
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
- #undef LT_OBJDIR
- /* Define if the operating system supplies sleep without declaring it. */
- #undef MISSING_SLEEP_DECL
- /* Define if the operating system supplies usleep without declaring it. */
- #undef MISSING_USLEEP_DECL
- /* Define to 1 if your C compiler doesn't accept -c and -o together. */
- #undef NO_MINUS_C_MINUS_O
- /* 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
- /* Define when pthread_att_get_stack works for the main thread */
- #undef PTHREAD_ATTR_GETSTACK_WORKS
- /* Define to necessary symbol if this constant uses a non-standard name on
- your system. */
- #undef PTHREAD_CREATE_JOINABLE
- /* Define as the return type of signal handlers (`int' or `void'). */
- #undef RETSIGTYPE
- /* Define this if floats are the same size as longs. */
- #undef SCM_SINGLES
- /* Define this to control the default warning level for deprecated features.
- */
- #undef SCM_WARN_DEPRECATED_DEFAULT
- /* The size of `char', as computed by sizeof. */
- #undef SIZEOF_CHAR
- /* The size of `float', as computed by sizeof. */
- #undef SIZEOF_FLOAT
- /* The size of `int', as computed by sizeof. */
- #undef SIZEOF_INT
- /* The size of `intmax_t', as computed by sizeof. */
- #undef SIZEOF_INTMAX_T
- /* The size of `intptr_t', as computed by sizeof. */
- #undef SIZEOF_INTPTR_T
- /* The size of `long', as computed by sizeof. */
- #undef SIZEOF_LONG
- /* The size of `long long', as computed by sizeof. */
- #undef SIZEOF_LONG_LONG
- /* The size of `off_t', as computed by sizeof. */
- #undef SIZEOF_OFF_T
- /* The size of `ptrdiff_t', as computed by sizeof. */
- #undef SIZEOF_PTRDIFF_T
- /* The size of `short', as computed by sizeof. */
- #undef SIZEOF_SHORT
- /* The size of `size_t', as computed by sizeof. */
- #undef SIZEOF_SIZE_T
- /* The size of `uintptr_t', as computed by sizeof. */
- #undef SIZEOF_UINTPTR_T
- /* The size of `unsigned char', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_CHAR
- /* The size of `unsigned int', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_INT
- /* The size of `unsigned long', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_LONG
- /* The size of `unsigned long long', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_LONG_LONG
- /* The size of `unsigned short', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED_SHORT
- /* The size of `unsigned __int64', as computed by sizeof. */
- #undef SIZEOF_UNSIGNED___INT64
- /* The size of `void *', as computed by sizeof. */
- #undef SIZEOF_VOID_P
- /* The size of `__int64', as computed by sizeof. */
- #undef SIZEOF___INT64
- /* 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 runtime.
- 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
- /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
- #undef TIME_WITH_SYS_TIME
- /* Define to 1 if your <sys/time.h> declares `struct tm'. */
- #undef TM_IN_SYS_TIME
- /* Define if you need additional CPP macros on Win32 platforms. */
- #undef USE_DLL_IMPORT
- /* Enable extensions on AIX 3, Interix. */
- #ifndef _ALL_SOURCE
- # undef _ALL_SOURCE
- #endif
- /* Enable GNU extensions on systems that have them. */
- #ifndef _GNU_SOURCE
- # undef _GNU_SOURCE
- #endif
- /* Enable threading extensions on Solaris. */
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # undef _POSIX_PTHREAD_SEMANTICS
- #endif
- /* Enable extensions on HP NonStop. */
- #ifndef _TANDEM_SOURCE
- # undef _TANDEM_SOURCE
- #endif
- /* Enable general extensions on Solaris. */
- #ifndef __EXTENSIONS__
- # undef __EXTENSIONS__
- #endif
- /* Define if the system headers declare usleep to return void. */
- #undef USLEEP_RETURNS_VOID
- /* Define this if <utime.h> doesn't define struct utimbuf unless _POSIX_SOURCE
- is defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
- #undef UTIMBUF_NEEDS_POSIX
- /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
- #if defined AC_APPLE_UNIVERSAL_BUILD
- # if defined __BIG_ENDIAN__
- # define WORDS_BIGENDIAN 1
- # endif
- #else
- # ifndef WORDS_BIGENDIAN
- # undef WORDS_BIGENDIAN
- # endif
- #endif
- /* Define to 1 if on MINIX. */
- #undef _MINIX
- /* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
- #undef _POSIX_1_SOURCE
- /* Define to 1 if you need to in order for `stat' and other things to work. */
- #undef _POSIX_SOURCE
- /* Define to empty if `const' does not conform to ANSI C. */
- #undef const
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* Define to `int' if <sys/types.h> does not define. */
- #undef mode_t
- /* Define to `int' if <sys/socket.h> does not define. */
- #undef socklen_t
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
- /* Define to empty if the keyword `volatile' does not work. Warning: valid
- code using `volatile' can become incorrect without. Disable with care. */
- #undef volatile
|