/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* * `autoheader' will generate config.h.in for TuxNES * * Original by (probably) Mike * * BSD extensions by Jeroen Ruigrok van der Werven * * $Id: acconfig.h,v 1.4 1999/11/06 13:51:19 asmodai Exp $ */ /* Package name of TuxNES */ #define PACKAGE "tuxnes" /* Version of TuxNES */ #define VERSION "0.75" /* Define if you have the gnugetopt library */ /* #undef HAVE_LIBGNUGETOPT */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_FEATURES_H */ /* Define to 1 if you have the `getpagesize' function. */ /* #undef HAVE_GETPAGESIZE */ /* Define to 1 if you have the `gettimeofday' function. */ /* #undef HAVE_GETTIMEOFDAY */ /* Define to 1 if you have the header file. */ /* #undef HAVE_GGI_GGI_H */ /* Define to 1 if you have the header file. */ #define HAVE_GGI_GII_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `ggi' library (-lggi). */ /* #undef HAVE_LIBGGI */ /* Define to 1 if you have the `gii' library (-lgii). */ /* #undef HAVE_LIBGII */ /* Define to 1 if you have the `m' library (-lm). */ /* #undef HAVE_LIBM */ /* Define to 1 if you have the `pbm' library (-lpbm). */ /* #undef HAVE_LIBPBM */ /* Define to 1 if you have the `pgm' library (-lpgm). */ /* #undef HAVE_LIBPGM */ /* Define to 1 if you have the `ppm' library (-lppm). */ /* #undef HAVE_LIBPPM */ /* Define to 1 if you have the `snss' library (-lsnss). */ /* #undef HAVE_LIBSNSS */ /* Define to 1 if you have the `W' library (-lW). */ /* #undef HAVE_LIBW */ /* Define to 1 if you have the `Xext' library (-lXext). */ /* #undef HAVE_LIBXEXT */ /* Define to 1 if you have the `Xpm' library (-lXpm). */ /* #undef HAVE_LIBXPM */ /* Define to 1 if you have the `z' library (-lz). */ /* #undef HAVE_LIBZ */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_JOYSTICK_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_SOUNDCARD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have a working `mmap' system call. */ /* #undef HAVE_MMAP */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_PPM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SNSS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strtod' function. */ /* #undef HAVE_STRTOD */ /* Define to 1 if you have the `strtoul' function. */ /* #undef HAVE_STRTOUL */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_IPC_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_SHM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SOUNDCARD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_WLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X11_EXTENSIONS_XEXT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X11_EXTENSIONS_XSHM_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X11_VROOT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_X11_XPM_H */ /* Name of package */ #define PACKAGE "tuxnes" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Version number of package */ #define VERSION "0.75" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #define WORDS_BIGENDIAN 1 /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* 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 #define inline #endif /* Define to `unsigned int' if does not define. */ #define size_t unsigned int