1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Define to 1 if SpeccyBoot is supported. */ 8 /* #undef BUILD_SPECCYBOOT */ 9 10 /* Defined if we support spectranet */ 11 /* #undef BUILD_SPECTRANET */ 12 13 /* DirectX 7 or higher is required */ 14 /* #undef DIRECTSOUND_VERSION */ 15 16 /* Define copyright of Fuse */ 17 #define FUSE_COPYRIGHT "(c) 1999-2013 Philip Kendall and others" 18 19 /* Define version information for win32 executables */ 20 #define FUSE_RC_VERSION 1,1,1,0 21 22 /* Define to 1 if you have the `dirname' function. */ 23 /* #undef HAVE_DIRNAME */ 24 25 /* Define to 1 if you have the <dlfcn.h> header file. */ 26 /* #undef HAVE_DLFCN_H */ 27 28 /* Defined if we've got enough memory to compile z80_ops.c */ 29 #define HAVE_ENOUGH_MEMORY 1 30 31 /* Define to 1 if you have the `fsync' function. */ 32 /* #undef HAVE_FSYNC */ 33 34 /* Define to 1 if you have the `geteuid' function. */ 35 /* #undef HAVE_GETEUID */ 36 37 /* Define to 1 if you have the `getopt_long' function. */ 38 /* #undef HAVE_GETOPT_LONG */ 39 40 /* Defined if gpm in use */ 41 /* #undef HAVE_GPM_H */ 42 43 /* Define to 1 if you have the <inttypes.h> header file. */ 44 #define HAVE_INTTYPES_H 1 45 46 /* Define to 1 if you have the <jsw.h> header file. */ 47 /* #undef HAVE_JSW_H */ 48 49 /* Define to 1 if you have the <libgen.h> header file. */ 50 /* #undef HAVE_LIBGEN_H */ 51 52 /* Define to 1 if you have the `m' library (-lm). */ 53 #define HAVE_LIBM 1 54 55 /* Define to 1 if you have the <libpng/png.h> header file. */ 56 /* #undef HAVE_LIBPNG_PNG_H */ 57 58 /* Define to 1 if you have the <libspectrum.h> header file. */ 59 #define HAVE_LIBSPECTRUM_H 1 60 61 /* Defined if we've got glib */ 62 /* #undef HAVE_LIB_GLIB */ 63 64 /* Defined if we've got libxml2 */ 65 /* #undef HAVE_LIB_XML2 */ 66 67 /* Define to 1 if you have the <memory.h> header file. */ 68 #define HAVE_MEMORY_H 1 69 70 /* Define to 1 if you have the `mkstemp' function. */ 71 /* #undef HAVE_MKSTEMP */ 72 73 /* Define if you have POSIX threads libraries and header files. */ 74 /* #undef HAVE_PTHREAD */ 75 76 /* Have PTHREAD_PRIO_INHERIT. */ 77 /* #undef HAVE_PTHREAD_PRIO_INHERIT */ 78 79 /* Define to 1 if you have the <siginfo.h> header file. */ 80 /* #undef HAVE_SIGINFO_H */ 81 82 /* Define to 1 if you have the <stdint.h> header file. */ 83 #define HAVE_STDINT_H 1 84 85 /* Define to 1 if you have the <stdlib.h> header file. */ 86 #define HAVE_STDLIB_H 1 87 88 /* Define to 1 if you have the <strings.h> header file. */ 89 #define HAVE_STRINGS_H 1 90 91 /* Define to 1 if you have the <string.h> header file. */ 92 #define HAVE_STRING_H 1 93 94 /* Define to 1 if you have the <sys/audioio.h> header file. */ 95 /* #undef HAVE_SYS_AUDIOIO_H */ 96 97 /* Define to 1 if you have the <sys/audio.h> header file. */ 98 /* #undef HAVE_SYS_AUDIO_H */ 99 100 /* Define to 1 if you have the <sys/soundcard.h> header file. */ 101 /* #undef HAVE_SYS_SOUNDCARD_H */ 102 103 /* Define to 1 if you have the <sys/stat.h> header file. */ 104 #define HAVE_SYS_STAT_H 1 105 106 /* Define to 1 if you have the <sys/types.h> header file. */ 107 #define HAVE_SYS_TYPES_H 1 108 109 /* Define to 1 if you have the <unistd.h> header file. */ 110 #define HAVE_UNISTD_H 1 111 112 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */ 113 /* #undef HAVE_X11_EXTENSIONS_XSHM_H */ 114 115 /* Define to 1 if you have the <zlib.h> header file. */ 116 #define HAVE_ZLIB_H 1 117 118 /* Define to the sub-directory in which libtool stores uninstalled libraries. 119 */ 120 #define LT_OBJDIR ".libs/" 121 122 /* Defined if no sound code is present */ 123 /* #undef NO_SOUND */ 124 125 /* Name of package */ 126 #define PACKAGE "fuse" 127 128 /* Define to the address where bug reports for this package should be sent. */ 129 #define PACKAGE_BUGREPORT "http://sourceforge.net/p/fuse-emulator/bugs/" 130 131 /* Define to the full name of this package. */ 132 #define PACKAGE_NAME "fuse" 133 134 /* Define to the full name and version of this package. */ 135 #define PACKAGE_STRING "fuse 1.1.1" 136 137 /* Define to the one symbol short name of this package. */ 138 #define PACKAGE_TARNAME "fuse" 139 140 /* Define to the home page for this package. */ 141 #define PACKAGE_URL "http://fuse-emulator.sourceforge.net/" 142 143 /* Define to the version of this package. */ 144 #define PACKAGE_VERSION "1.1.1" 145 146 /* Define to necessary symbol if this constant uses a non-standard name on 147 your system. */ 148 /* #undef PTHREAD_CREATE_JOINABLE */ 149 150 /* Location of the ROM images */ 151 /* #undef ROMSDIR */ 152 153 /* Defined if the sound code uses a fifo */ 154 /* #undef SOUND_FIFO */ 155 156 /* Define to 1 if you have the ANSI C header files. */ 157 #define STDC_HEADERS 1 158 159 /* Defined if framebuffer UI in use */ 160 /* #undef UI_FB */ 161 162 /* Defined if GTK+ UI is in use */ 163 /* #undef UI_GTK */ 164 165 /* Defined if the SDL UI in use */ 166 /* #undef UI_SDL */ 167 168 /* Defined if svgalib UI in use */ 169 /* #undef UI_SVGA */ 170 171 /* Defined if Wii UI in use */ 172 /* #undef UI_WII */ 173 174 /* Defined if Win32 UI in use */ 175 /* #undef UI_WIN32 */ 176 177 /* Defined if Xlib UI in use */ 178 /* #undef UI_X */ 179 180 /* Defined if we're using hardware joysticks */ 181 /* #undef USE_JOYSTICK */ 182 183 /* Defined if we're going to be using the installed libpng */ 184 /* #undef USE_LIBPNG */ 185 186 /* Defined if we're using a widget-based UI */ 187 #define USE_WIDGET 1 188 189 /* Version number of package */ 190 #define VERSION "1.1.1" 191 192 /* Exclude rarely used stuff from Windows headers <windows.h> */ 193 /* #undef WIN32_LEAN_AND_MEAN */ 194 195 /* Minimal supported version of Windows is 95 or NT4 */ 196 /* #undef WINVER */ 197 198 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 199 significant byte first (like Motorola and SPARC, unlike Intel). */ 200 #if defined AC_APPLE_UNIVERSAL_BUILD 201 # if defined __BIG_ENDIAN__ 202 # define WORDS_BIGENDIAN 1 203 # endif 204 #else 205 # ifndef WORDS_BIGENDIAN 206 /* # undef WORDS_BIGENDIAN */ 207 # endif 208 #endif 209 210 /* Define to 1 if the X Window System is missing or not being used. */ 211 #define X_DISPLAY_MISSING 1 212 213 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 214 `char[]'. */ 215 #define YYTEXT_POINTER 1 216 217 /* Internet Explorer is 4.0 or higher is required */ 218 /* #undef _WIN32_IE */ 219 220 /* Define to empty if `const' does not conform to ANSI C. */ 221 /* #undef const */ 222 223 /* Define to `__inline__' or `__inline' if that's what the C compiler 224 calls it, or to nothing if 'inline' is not supported under any name. */ 225 #ifndef __cplusplus 226 /* #undef inline */ 227 #endif 228