2000-02-21 18:05:04 +00:00
|
|
|
/* src/Include/config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
|
|
#undef const
|
|
|
|
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
|
|
#undef HAVE_DOPRNT
|
|
|
|
|
|
|
|
/* Define if you have the vprintf function. */
|
|
|
|
#undef HAVE_VPRINTF
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
|
|
|
/* Define if the X Window System is missing or not being used. */
|
|
|
|
#undef X_DISPLAY_MISSING
|
|
|
|
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
|
|
#undef const
|
|
|
|
|
|
|
|
/* Define to enable audio support */
|
|
|
|
#undef ENABLE_AUDIO_SUPPORT
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to enable plib joystick support (recommended) */
|
|
|
|
#undef ENABLE_PLIB_JOYSTICK
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to eliminate all trace of debugging messages such as for a
|
|
|
|
release build */
|
|
|
|
#undef FG_NDEBUG
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to include Oliver's networking support */
|
|
|
|
#undef FG_NETWORK_OLK
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to avoid Christian's new weather code */
|
|
|
|
#undef FG_OLD_WEATHER
|
|
|
|
|
|
|
|
|
|
|
|
/* Define if we are building FGFS (should always be defined) */
|
|
|
|
#undef FGFS
|
|
|
|
|
|
|
|
|
|
|
|
/* Define to enable 3dfx/glide render in a window hack under unix.
|
|
|
|
This probably won't work under windows. */
|
|
|
|
#undef XMESA
|
|
|
|
#undef FX
|
|
|
|
|
|
|
|
/* Define if you external variables daylight. */
|
|
|
|
#undef HAVE_DAYLIGHT
|
|
|
|
|
|
|
|
/* Define if you don't have vprintf but do have _doprnt. */
|
|
|
|
#undef HAVE_DOPRNT
|
|
|
|
|
|
|
|
/* Define if you external variables timezone. */
|
|
|
|
#undef HAVE_TIMEZONE
|
|
|
|
|
|
|
|
/* Define if you have the vprintf function. */
|
|
|
|
#undef HAVE_VPRINTF
|
|
|
|
|
2000-06-20 22:31:47 +00:00
|
|
|
/* Define if you have MetaKit installed system wide. */
|
|
|
|
#undef HAVE_MK4
|
2000-04-27 03:26:36 +00:00
|
|
|
|
2000-02-21 18:05:04 +00:00
|
|
|
/* Define if you have zlib installed system wide. */
|
|
|
|
#undef HAVE_ZLIB
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
|
|
|
|
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
|
|
|
#undef WIN32
|
|
|
|
|
|
|
|
/* Define if the X Window System is missing or not being used. */
|
|
|
|
#undef X_DISPLAY_MISSING
|
|
|
|
|
|
|
|
/* Define if you have the GetLocalTime function. */
|
|
|
|
#undef HAVE_GETLOCALTIME
|
|
|
|
|
|
|
|
/* Define if you have the bcopy function. */
|
|
|
|
#undef HAVE_BCOPY
|
|
|
|
|
|
|
|
/* Define if you have the ftime function. */
|
|
|
|
#undef HAVE_FTIME
|
|
|
|
|
|
|
|
/* Define if you have the getitimer function. */
|
|
|
|
#undef HAVE_GETITIMER
|
|
|
|
|
|
|
|
/* Define if you have the getrusage function. */
|
|
|
|
#undef HAVE_GETRUSAGE
|
|
|
|
|
|
|
|
/* Define if you have the gettimeofday function. */
|
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
|
|
|
|
/* Define if you have the memcpy function. */
|
|
|
|
#undef HAVE_MEMCPY
|
|
|
|
|
|
|
|
/* Define if you have the mktime function. */
|
|
|
|
#undef HAVE_MKTIME
|
|
|
|
|
|
|
|
/* Define if you have the rand function. */
|
|
|
|
#undef HAVE_RAND
|
|
|
|
|
|
|
|
/* Define if you have the random function. */
|
|
|
|
#undef HAVE_RANDOM
|
|
|
|
|
|
|
|
/* Define if you have the rint function. */
|
|
|
|
#undef HAVE_RINT
|
|
|
|
|
|
|
|
/* Define if you have the setitimer function. */
|
|
|
|
#undef HAVE_SETITIMER
|
|
|
|
|
|
|
|
/* Define if you have the signal function. */
|
|
|
|
#undef HAVE_SIGNAL
|
|
|
|
|
|
|
|
/* Define if you have the strstr function. */
|
|
|
|
#undef HAVE_STRSTR
|
|
|
|
|
|
|
|
/* Define if you have the timegm function. */
|
|
|
|
#undef HAVE_TIMEGM
|
|
|
|
|
|
|
|
/* Define if you have the <fcntl.h> header file. */
|
|
|
|
#undef HAVE_FCNTL_H
|
|
|
|
|
|
|
|
/* Define if you have the <getopt.h> header file. */
|
|
|
|
#undef HAVE_GETOPT_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 <stdlib.h> header file. */
|
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
|
|
|
|
/* Define if you have the <sys/param.h> header file. */
|
|
|
|
#undef HAVE_SYS_PARAM_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 <unistd.h> header file. */
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
|
|
|
/* Define if you have the <values.h> header file. */
|
|
|
|
#undef HAVE_VALUES_H
|
|
|
|
|
|
|
|
/* Define if you have the <winbase.h> header file. */
|
|
|
|
#undef HAVE_WINBASE_H
|
|
|
|
|
|
|
|
/* Define if you have the <windows.h> header file. */
|
|
|
|
#undef HAVE_WINDOWS_H
|
|
|
|
|
|
|
|
/* Define if you have the GL library (-lGL). */
|
|
|
|
#undef HAVE_LIBGL
|
|
|
|
|
|
|
|
/* Define if you have the GLU library (-lGLU). */
|
|
|
|
#undef HAVE_LIBGLU
|
|
|
|
|
|
|
|
/* Define if you have the GLcore library (-lGLcore). */
|
|
|
|
#undef HAVE_LIBGLCORE
|
|
|
|
|
|
|
|
/* Define if you have the ICE library (-lICE). */
|
|
|
|
#undef HAVE_LIBICE
|
|
|
|
|
|
|
|
/* Define if you have the MesaGL library (-lMesaGL). */
|
|
|
|
#undef HAVE_LIBMESAGL
|
|
|
|
|
|
|
|
/* Define if you have the MesaGLU library (-lMesaGLU). */
|
|
|
|
#undef HAVE_LIBMESAGLU
|
|
|
|
|
|
|
|
/* Define if you have the SM library (-lSM). */
|
|
|
|
#undef HAVE_LIBSM
|
|
|
|
|
|
|
|
/* Define if you have the X11 library (-lX11). */
|
|
|
|
#undef HAVE_LIBX11
|
|
|
|
|
|
|
|
/* Define if you have the Xext library (-lXext). */
|
|
|
|
#undef HAVE_LIBXEXT
|
|
|
|
|
|
|
|
/* Define if you have the Xi library (-lXi). */
|
|
|
|
#undef HAVE_LIBXI
|
|
|
|
|
|
|
|
/* Define if you have the Xmu library (-lXmu). */
|
|
|
|
#undef HAVE_LIBXMU
|
|
|
|
|
|
|
|
/* Define if you have the Xt library (-lXt). */
|
|
|
|
#undef HAVE_LIBXT
|
|
|
|
|
|
|
|
/* Define if you have the glut library (-lglut). */
|
|
|
|
#undef HAVE_LIBGLUT
|
|
|
|
|
|
|
|
/* Define if you have the m library (-lm). */
|
|
|
|
#undef HAVE_LIBM
|
|
|
|
|
2000-09-20 23:27:25 +00:00
|
|
|
/* Define if you have the plibul library (-lplibul). */
|
|
|
|
#undef HAVE_LIBPLIBUL
|
|
|
|
|
2000-09-09 15:48:14 +00:00
|
|
|
/* Define if you have the pthread library (-lpthread). */
|
|
|
|
#undef HAVE_LIBPTHREAD
|
|
|
|
|
2000-02-21 18:05:04 +00:00
|
|
|
/* Define if you have the socket library (-lsocket). */
|
|
|
|
#undef HAVE_LIBSOCKET
|
|
|
|
|
|
|
|
/* Name of package */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
#undef VERSION
|
|
|
|
|