mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 20:21:41 +00:00
356 lines
9.2 KiB
C
356 lines
9.2 KiB
C
|
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
|
||
|
/*
|
||
|
Compiler/Machine-Specific Configuration
|
||
|
*/
|
||
|
#ifndef _CONFIG_H_
|
||
|
#define _CONFIG_H_
|
||
|
|
||
|
/* Define if using alloca.c. */
|
||
|
#undef C_ALLOCA
|
||
|
|
||
|
/* Define to empty if the keyword does not work. */
|
||
|
#undef const
|
||
|
|
||
|
/* 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 if you have alloca, as a function or macro. */
|
||
|
#undef HAVE_ALLOCA
|
||
|
|
||
|
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
||
|
#undef HAVE_ALLOCA_H
|
||
|
|
||
|
/* Define if you don't have vprintf but do have _doprnt. */
|
||
|
#undef HAVE_DOPRNT
|
||
|
|
||
|
/* Define if you support file names longer than 14 characters. */
|
||
|
#undef HAVE_LONG_FILE_NAMES
|
||
|
|
||
|
/* Define if you have a working `mmap' system call. */
|
||
|
#undef HAVE_MMAP
|
||
|
|
||
|
/* Define if your struct stat has st_blksize. */
|
||
|
#undef HAVE_ST_BLKSIZE
|
||
|
|
||
|
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
||
|
#undef HAVE_SYS_WAIT_H
|
||
|
|
||
|
/* Define if you have the vprintf function. */
|
||
|
#undef HAVE_VPRINTF
|
||
|
|
||
|
/* Define as __inline if that's what the C compiler calls it. */
|
||
|
#undef inline
|
||
|
|
||
|
/* Define if major, minor, and makedev are declared in <mkdev.h>. */
|
||
|
#undef MAJOR_IN_MKDEV
|
||
|
|
||
|
/* Define if major, minor, and makedev are declared in <sysmacros.h>. */
|
||
|
#undef MAJOR_IN_SYSMACROS
|
||
|
|
||
|
/* 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
|
||
|
|
||
|
/* 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 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
|
||
|
|
||
|
/* Define if your <sys/time.h> declares struct tm. */
|
||
|
#undef TM_IN_SYS_TIME
|
||
|
|
||
|
/* Define if your processor stores words with the most significant
|
||
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||
|
#undef WORDS_BIGENDIAN
|
||
|
|
||
|
/* Define if the X Window System is missing or not being used. */
|
||
|
#undef X_DISPLAY_MISSING
|
||
|
|
||
|
/* "Proper" package name */
|
||
|
#undef PROGRAM
|
||
|
|
||
|
/* Define this to the Quake version you support */
|
||
|
#undef QUAKE_VERSION
|
||
|
|
||
|
/* Define this to the QSG standard version you support */
|
||
|
#undef QSG_VERSION
|
||
|
|
||
|
/* Define if you want to use QF-style defaults instead of Id-style */
|
||
|
#undef NEWSTYLE
|
||
|
|
||
|
/* Define this to the location of the global config file */
|
||
|
#undef FS_GLOBALCFG
|
||
|
|
||
|
/* Define this to the shared game directory root */
|
||
|
#undef FS_SHAREPATH
|
||
|
|
||
|
/* Define this to the unshared game directory root */
|
||
|
#undef FS_USERPATH
|
||
|
|
||
|
/* Define this to the base game for the engine to load */
|
||
|
#undef BASEGAME
|
||
|
|
||
|
/* Define this if you want to use Intel assembly optimizations */
|
||
|
#undef USE_INTEL_ASM
|
||
|
|
||
|
/* Define if you have the XFree86 DGA extension */
|
||
|
#undef HAVE_DGA
|
||
|
|
||
|
/* Define if you have the XFree86 VIDMODE extension */
|
||
|
#undef HAVE_VIDMODE
|
||
|
|
||
|
/* Define this if you have GLX */
|
||
|
#undef HAVE_GLX
|
||
|
|
||
|
/* Define this if you have GL_COLOR_INDEX8_EXT in GL/gl.h */
|
||
|
#undef HAVE_GL_COLOR_INDEX8_EXT
|
||
|
|
||
|
/* Define this if you are using a version of Mesa with X mode change support */
|
||
|
#undef HAVE_XMESA
|
||
|
|
||
|
/* Define this if C symbols are prefixed with an underscore */
|
||
|
#undef HAVE_SYM_PREFIX_UNDERSCORE
|
||
|
|
||
|
/* Define this if your system has socklen_t */
|
||
|
#undef HAVE_SOCKLEN_T
|
||
|
|
||
|
/* Define this if your system has size_t */
|
||
|
#undef HAVE_SIZE_T
|
||
|
|
||
|
/* Define this if you have ss_len member in struct sockaddr_storage (BSD) */
|
||
|
#undef HAVE_SS_LEN
|
||
|
|
||
|
/* Define this if you have sin6_len member in struct sockaddr_in6 (BSD) */
|
||
|
#undef HAVE_SIN6_LEN
|
||
|
|
||
|
/* Define this if you have sa_len member in struct sockaddr (BSD) */
|
||
|
#undef HAVE_SA_LEN
|
||
|
|
||
|
/* Define if you have the dlopen function. */
|
||
|
#undef HAVE_DLOPEN
|
||
|
|
||
|
/* Define this to something sane if you don't have stricmp */
|
||
|
#undef stricmp
|
||
|
|
||
|
/* Define if you have the _ftime function. */
|
||
|
#undef HAVE__FTIME
|
||
|
|
||
|
/* Define if you have the _snprintf function. */
|
||
|
#undef HAVE__SNPRINTF
|
||
|
|
||
|
/* Define if you have the _vsnprintf function. */
|
||
|
#undef HAVE__VSNPRINTF
|
||
|
|
||
|
/* Define if you have the connect function. */
|
||
|
#undef HAVE_CONNECT
|
||
|
|
||
|
/* Define if you have the dlopen function. */
|
||
|
#undef HAVE_DLOPEN
|
||
|
|
||
|
/* Define if you have the fcntl function. */
|
||
|
#undef HAVE_FCNTL
|
||
|
|
||
|
/* Define if you have the ftime function. */
|
||
|
#undef HAVE_FTIME
|
||
|
|
||
|
/* Define if you have the getaddrinfo function. */
|
||
|
#undef HAVE_GETADDRINFO
|
||
|
|
||
|
/* Define if you have the gethostbyname function. */
|
||
|
#undef HAVE_GETHOSTBYNAME
|
||
|
|
||
|
/* Define if you have the gethostname function. */
|
||
|
#undef HAVE_GETHOSTNAME
|
||
|
|
||
|
/* Define if you have the getnameinfo function. */
|
||
|
#undef HAVE_GETNAMEINFO
|
||
|
|
||
|
/* Define if you have the getpagesize function. */
|
||
|
#undef HAVE_GETPAGESIZE
|
||
|
|
||
|
/* Define if you have the gettimeofday function. */
|
||
|
#undef HAVE_GETTIMEOFDAY
|
||
|
|
||
|
/* Define if you have the getwd function. */
|
||
|
#undef HAVE_GETWD
|
||
|
|
||
|
/* Define if you have the mkdir function. */
|
||
|
#undef HAVE_MKDIR
|
||
|
|
||
|
/* Define if you have the putenv function. */
|
||
|
#undef HAVE_PUTENV
|
||
|
|
||
|
/* Define if you have the select function. */
|
||
|
#undef HAVE_SELECT
|
||
|
|
||
|
/* Define if you have the snprintf function. */
|
||
|
#undef HAVE_SNPRINTF
|
||
|
|
||
|
/* Define if you have the socket function. */
|
||
|
#undef HAVE_SOCKET
|
||
|
|
||
|
/* Define if you have the stat function. */
|
||
|
#undef HAVE_STAT
|
||
|
|
||
|
/* Define if you have the strerror function. */
|
||
|
#undef HAVE_STRERROR
|
||
|
|
||
|
/* Define if you have the strsep function. */
|
||
|
#undef HAVE_STRSEP
|
||
|
|
||
|
/* Define if you have the strstr function. */
|
||
|
#undef HAVE_STRSTR
|
||
|
|
||
|
/* Define if you have the vsnprintf function. */
|
||
|
#undef HAVE_VSNPRINTF
|
||
|
|
||
|
/* Define if you have the <arpa/inet.h> header file. */
|
||
|
#undef HAVE_ARPA_INET_H
|
||
|
|
||
|
/* Define if you have the <asm/io.h> header file. */
|
||
|
#undef HAVE_ASM_IO_H
|
||
|
|
||
|
/* Define if you have the <dirent.h> header file. */
|
||
|
#undef HAVE_DIRENT_H
|
||
|
|
||
|
/* Define if you have the <dlfcn.h> header file. */
|
||
|
#undef HAVE_DLFCN_H
|
||
|
|
||
|
/* Define if you have the <dsound.h> header file. */
|
||
|
#undef HAVE_DSOUND_H
|
||
|
|
||
|
/* Define if you have the <errno.h> header file. */
|
||
|
#undef HAVE_ERRNO_H
|
||
|
|
||
|
/* Define if you have the <fcntl.h> header file. */
|
||
|
#undef HAVE_FCNTL_H
|
||
|
|
||
|
/* Define if you have the <fnmatch.h> header file. */
|
||
|
#undef HAVE_FNMATCH_H
|
||
|
|
||
|
/* Define if you have the <initguid.h> header file. */
|
||
|
#undef HAVE_INITGUID_H
|
||
|
|
||
|
/* Define if you have the <linux/soundcard.h> header file. */
|
||
|
#undef HAVE_LINUX_SOUNDCARD_H
|
||
|
|
||
|
/* Define if you have the <machine/soundcard.h> header file. */
|
||
|
#undef HAVE_MACHINE_SOUNDCARD_H
|
||
|
|
||
|
/* Define if you have the <malloc.h> header file. */
|
||
|
#undef HAVE_MALLOC_H
|
||
|
|
||
|
/* Define if you have the <memory.h> header file. */
|
||
|
#undef HAVE_MEMORY_H
|
||
|
|
||
|
/* Define if you have the <mgraph.h> header file. */
|
||
|
#undef HAVE_MGRAPH_H
|
||
|
|
||
|
/* Define if you have the <mme/mme_public.h> header file. */
|
||
|
#undef HAVE_MME_MME_PUBLIC_H
|
||
|
|
||
|
/* Define if you have the <mme/mmsystem.h> header file. */
|
||
|
#undef HAVE_MME_MMSYSTEM_H
|
||
|
|
||
|
/* Define if you have the <mmsystem.h> header file. */
|
||
|
#undef HAVE_MMSYSTEM_H
|
||
|
|
||
|
/* Define if you have the <ndir.h> header file. */
|
||
|
#undef HAVE_NDIR_H
|
||
|
|
||
|
/* Define if you have the <netdb.h> header file. */
|
||
|
#undef HAVE_NETDB_H
|
||
|
|
||
|
/* Define if you have the <netinet/in.h> header file. */
|
||
|
#undef HAVE_NETINET_IN_H
|
||
|
|
||
|
/* Define if you have the <stdarg.h> header file. */
|
||
|
#undef HAVE_STDARG_H
|
||
|
|
||
|
/* Define if you have the <string.h> header file. */
|
||
|
#undef HAVE_STRING_H
|
||
|
|
||
|
/* Define if you have the <strings.h> header file. */
|
||
|
#undef HAVE_STRINGS_H
|
||
|
|
||
|
/* Define if you have the <sys/asoundlib.h> header file. */
|
||
|
#undef HAVE_SYS_ASOUNDLIB_H
|
||
|
|
||
|
/* Define if you have the <sys/audioio.h> header file. */
|
||
|
#undef HAVE_SYS_AUDIOIO_H
|
||
|
|
||
|
/* Define if you have the <sys/dir.h> header file. */
|
||
|
#undef HAVE_SYS_DIR_H
|
||
|
|
||
|
/* Define if you have the <sys/filio.h> header file. */
|
||
|
#undef HAVE_SYS_FILIO_H
|
||
|
|
||
|
/* Define if you have the <sys/io.h> header file. */
|
||
|
#undef HAVE_SYS_IO_H
|
||
|
|
||
|
/* Define if you have the <sys/ioctl.h> header file. */
|
||
|
#undef HAVE_SYS_IOCTL_H
|
||
|
|
||
|
/* Define if you have the <sys/mman.h> header file. */
|
||
|
#undef HAVE_SYS_MMAN_H
|
||
|
|
||
|
/* Define if you have the <sys/ndir.h> header file. */
|
||
|
#undef HAVE_SYS_NDIR_H
|
||
|
|
||
|
/* Define if you have the <sys/param.h> header file. */
|
||
|
#undef HAVE_SYS_PARAM_H
|
||
|
|
||
|
/* Define if you have the <sys/socket.h> header file. */
|
||
|
#undef HAVE_SYS_SOCKET_H
|
||
|
|
||
|
/* Define if you have the <sys/soundcard.h> header file. */
|
||
|
#undef HAVE_SYS_SOUNDCARD_H
|
||
|
|
||
|
/* Define if you have the <sys/stat.h> header file. */
|
||
|
#undef HAVE_SYS_STAT_H
|
||
|
|
||
|
/* Define if you have the <sys/time.h> header file. */
|
||
|
#undef HAVE_SYS_TIME_H
|
||
|
|
||
|
/* Define if you have the <sys/timeb.h> header file. */
|
||
|
#undef HAVE_SYS_TIMEB_H
|
||
|
|
||
|
/* Define if you have the <sys/types.h> header file. */
|
||
|
#undef HAVE_SYS_TYPES_H
|
||
|
|
||
|
/* Define if you have the <unistd.h> header file. */
|
||
|
#undef HAVE_UNISTD_H
|
||
|
|
||
|
/* Define if you have the <windows.h> header file. */
|
||
|
#undef HAVE_WINDOWS_H
|
||
|
|
||
|
/* Define if you have the db library (-ldb). */
|
||
|
#undef HAVE_LIBDB
|
||
|
|
||
|
/* Define if you have the m library (-lm). */
|
||
|
#undef HAVE_LIBM
|
||
|
|
||
|
/* Name of package */
|
||
|
#undef PACKAGE
|
||
|
|
||
|
/* Version number of package */
|
||
|
#undef VERSION
|
||
|
|
||
|
/* Define if struct ioc_read_toc_single_entry has field entry. */
|
||
|
#undef HAVE_STRUCT_IOC_READ_TOC_SINGLE_ENTRY_ENTRY
|
||
|
|
||
|
#endif // _CONFIG_H_
|