227 lines
5.4 KiB
C
227 lines
5.4 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if on Macintosh, compiling with any C compiler. */
|
|
#define macintosh
|
|
|
|
#define HAVE_STDARG_PROTOTYPES 1
|
|
|
|
/* Define if on AIX 3.
|
|
System headers sometimes define this.
|
|
We just want to avoid a redefinition error message. */
|
|
#ifndef _ALL_SOURCE
|
|
#undef _ALL_SOURCE
|
|
#endif
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define if you have dirent.h. */
|
|
#undef DIRENT
|
|
|
|
/* Define to the type of elements in the array set by `getgroups'.
|
|
Usually this is either `int' or `gid_t'. */
|
|
#undef GETGROUPS_T
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef gid_t
|
|
|
|
/* Define if your struct tm has tm_zone. */
|
|
#undef HAVE_TM_ZONE
|
|
|
|
/* Define if you don't have tm_zone but do have the external array
|
|
tzname. */
|
|
#undef HAVE_TZNAME
|
|
|
|
/* Define if on MINIX. */
|
|
#undef _MINIX
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef mode_t
|
|
|
|
/* Define if you don't have dirent.h, but have ndir.h. */
|
|
#undef NDIR
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
#undef off_t
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef pid_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
|
|
|
|
/* Define as the return type of signal handlers (int or void). */
|
|
#define RETSIGTYPE void
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#define STDC_HEADERS
|
|
|
|
/* Define if you don't have dirent.h, but have sys/dir.h. */
|
|
#undef SYSDIR
|
|
|
|
/* Define if you don't have dirent.h, but have sys/ndir.h. */
|
|
#undef SYSNDIR
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#undef uid_t
|
|
|
|
/* Define if the closedir function returns void instead of int. */
|
|
#undef VOID_CLOSEDIR
|
|
|
|
/* Define if your <unistd.h> contains bad prototypes for exec*()
|
|
(as it does on SGI IRIX 4.x) */
|
|
#undef BAD_EXEC_PROTOTYPES
|
|
|
|
/* Define if getpgrp() must be called as getpgrp(0)
|
|
and (consequently) setpgrp() as setpgrp(0, 0). */
|
|
#undef GETPGRP_HAVE_ARGS
|
|
|
|
/* Define if your compiler supports function prototypes */
|
|
#define HAVE_PROTOTYPES
|
|
|
|
/* Define if you can safely include both <sys/select.h> and <sys/time.h>
|
|
(which you can't on SCO ODT 3.0). */
|
|
#undef SYS_SELECT_WITH_SYS_TIME
|
|
|
|
/* Define if you want to compile in rudimentary thread support */
|
|
#undef WITH_THREAD
|
|
|
|
/* Define if you want to use the GNU readline library */
|
|
#undef WITH_READLINE
|
|
|
|
/* Define if you have clock. */
|
|
#define HAVE_CLOCK 1
|
|
|
|
/* Define if you have ftime. */
|
|
#undef HAVE_FTIME
|
|
|
|
/* Define if you have getpeername. */
|
|
#undef HAVE_GETPEERNAME
|
|
|
|
/* Define if you have getpgrp. */
|
|
#undef HAVE_GETPGRP
|
|
|
|
/* Define if you have gettimeofday. */
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
/* Define if you have getwd. */
|
|
#define HAVE_GETWD 1
|
|
|
|
/* Define if you have lstat. */
|
|
#undef HAVE_LSTAT
|
|
|
|
/* Define if you have readline. */
|
|
#undef HAVE_READLINE
|
|
|
|
/* Define if you have readlink. */
|
|
#undef HAVE_READLINK
|
|
|
|
/* Define if you have select. */
|
|
#undef HAVE_SELECT
|
|
|
|
/* Define if you have setpgid. */
|
|
#undef HAVE_SETPGID
|
|
|
|
/* Define if you have setpgrp. */
|
|
#undef HAVE_SETPGRP
|
|
|
|
/* Define if you have setsid. */
|
|
#undef HAVE_SETSID
|
|
|
|
/* Define if you have setvbuf. */
|
|
#define HAVE_SETVBUF 1
|
|
|
|
/* Define if you have siginterrupt. */
|
|
#undef HAVE_SIGINTERRUPT
|
|
|
|
/* Define if you have symlink. */
|
|
#undef HAVE_SYMLINK
|
|
|
|
/* Define if you have tcgetpgrp. */
|
|
#undef HAVE_TCGETPGRP
|
|
|
|
/* Define if you have tcsetpgrp. */
|
|
#undef HAVE_TCSETPGRP
|
|
|
|
/* Define if you have times. */
|
|
#undef HAVE_TIMES
|
|
|
|
/* Define if you have uname. */
|
|
#undef HAVE_UNAME
|
|
|
|
/* Define if you have waitpid. */
|
|
#undef HAVE_WAITPID
|
|
|
|
/* Define if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|
|
/* Define if you have the <signal.h> header file. */
|
|
#define HAVE_SIGNAL_H 1
|
|
|
|
/* Define if you have the <stdarg.h> header file. */
|
|
#define HAVE_STDARG_H 1
|
|
|
|
/* Define if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define if you have the <sys/audioio.h> header file. */
|
|
#undef HAVE_SYS_AUDIOIO_H
|
|
|
|
/* Define if you have the <sys/param.h> header file. */
|
|
#undef HAVE_SYS_PARAM_H
|
|
|
|
/* Define if you have the <sys/select.h> header file. */
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
/* Define if you have the <sys/times.h> header file. */
|
|
#undef HAVE_SYS_TIMES_H
|
|
|
|
/* Define if you have the <sys/un.h> header file. */
|
|
#undef HAVE_SYS_UN_H
|
|
|
|
/* Define if you have the <sys/utsname.h> header file. */
|
|
#undef HAVE_SYS_UTSNAME_H
|
|
|
|
/* Define if you have the <thread.h> header file. */
|
|
#undef HAVE_THREAD_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the <utime.h> header file. */
|
|
#undef HAVE_UTIME_H
|
|
|
|
/* Define if you have the dl library (-ldl). */
|
|
#undef HAVE_LIBDL
|
|
|
|
/* Define if you have the mpc library (-lmpc). */
|
|
#undef HAVE_LIBMPC
|
|
|
|
/* Define if you have the nsl library (-lnsl). */
|
|
#undef HAVE_LIBNSL
|
|
|
|
/* Define if you have the seq library (-lseq). */
|
|
#undef HAVE_LIBSEQ
|
|
|
|
/* Define if you have the socket library (-lsocket). */
|
|
#undef HAVE_LIBSOCKET
|
|
|
|
/* Define if you have the sun library (-lsun). */
|
|
#undef HAVE_LIBSUN
|
|
|
|
/* Define if you have the thread library (-lthread). */
|
|
#undef HAVE_LIBTHREAD
|