|
|
1.1 root 1: /* CMake config.h for Hatari */
2:
3: /* Define if you have a PNG compatible library */
4: #cmakedefine HAVE_LIBPNG 1
5:
6: /* Define if you have a readline compatible library */
7: #cmakedefine HAVE_LIBREADLINE 1
8:
9: /* Define if you have the PortAudio library */
10: #cmakedefine HAVE_PORTAUDIO 1
11:
1.1.1.7 root 12: /* Define if you have the PortMidi library */
13: #cmakedefine HAVE_PORTMIDI 1
14:
1.1.1.4 root 15: /* Define if you have the capsimage library */
16: #cmakedefine HAVE_CAPSIMAGE 1
17: #cmakedefine CAPSIMAGE_VERSION @CAPSIMAGE_VERSION@
18:
1.1 root 19: /* Define if you have a X11 environment */
20: #cmakedefine HAVE_X11 1
21:
22: /* Define to 1 if you have the `z' library (-lz). */
23: #cmakedefine HAVE_LIBZ 1
24:
25: /* Define to 1 if you have the <zlib.h> header file. */
26: #cmakedefine HAVE_ZLIB_H 1
27:
28: /* Define to 1 if you have the <termios.h> header file. */
29: #cmakedefine HAVE_TERMIOS_H 1
30:
1.1.1.8 ! root 31: /* Define to 1 if you have the <sys/ioctl.h> header file. */
! 32: #cmakedefine HAVE_SYS_IOCTL_H 1
! 33:
1.1 root 34: /* Define to 1 if you have the <glob.h> header file. */
35: #cmakedefine HAVE_GLOB_H 1
36:
37: /* Define to 1 if you have the <strings.h> header file. */
38: #cmakedefine HAVE_STRINGS_H 1
39:
1.1.1.5 root 40: /* Define to 1 if you have the <SDL_config.h> header file. */
41: #cmakedefine HAVE_SDL_CONFIG_H 1
1.1 root 42:
1.1.1.6 root 43: /* Define to 1 if you have the <sys/time.h> header file. */
44: #cmakedefine HAVE_SYS_TIME_H 1
45:
1.1 root 46: /* Define to 1 if you have the <sys/times.h> header file. */
47: #cmakedefine HAVE_SYS_TIMES_H 1
48:
1.1.1.6 root 49: /* Define to 1 if you have the <utime.h> header file. */
50: #cmakedefine HAVE_UTIME_H 1
51:
52: /* Define to 1 if you have the <sys/utime.h> header file. */
53: #cmakedefine HAVE_SYS_UTIME_H 1
54:
1.1 root 55: /* Define to 1 if you have the `cfmakeraw' function. */
56: #cmakedefine HAVE_CFMAKERAW 1
57:
58: /* Define to 1 if you have the 'setenv' function. */
59: #cmakedefine HAVE_SETENV 1
60:
61: /* Define to 1 if you have the `select' function. */
62: #cmakedefine HAVE_SELECT 1
63:
64: /* Define to 1 if you have unix domain sockets */
65: #cmakedefine HAVE_UNIX_DOMAIN_SOCKETS 1
66:
1.1.1.2 root 67: /* Define to 1 if you have the 'gettimeofday' function. */
68: #cmakedefine HAVE_GETTIMEOFDAY 1
69:
70: /* Define to 1 if you have the 'nanosleep' function. */
71: #cmakedefine HAVE_NANOSLEEP 1
72:
73: /* Define to 1 if you have the 'alphasort' function. */
74: #cmakedefine HAVE_ALPHASORT 1
75:
76: /* Define to 1 if you have the 'scandir' function. */
77: #cmakedefine HAVE_SCANDIR 1
78:
1.1.1.3 root 79: /* Define to 1 if you have the 'statvfs' function. */
80: #cmakedefine HAVE_STATVFS 1
81:
1.1.1.4 root 82: /* Define to 1 if you have the 'fseeko' function. */
83: #cmakedefine HAVE_FSEEKO 1
84:
85: /* Define to 1 if you have the 'ftello' function. */
86: #cmakedefine HAVE_FTELLO 1
87:
1.1.1.5 root 88: /* Define to 1 if you have the 'flock' function. */
89: #cmakedefine HAVE_FLOCK 1
90:
91: /* Define to 1 if you have the 'strlcpy' function. */
92: #cmakedefine HAVE_LIBC_STRLCPY 1
93:
94: /* Define to 1 if you have the 'd_type' member in the 'dirent' struct */
95: #cmakedefine HAVE_DIRENT_D_TYPE 1
1.1 root 96:
97: /* Relative path from bindir to datadir */
98: #define BIN2DATADIR "@BIN2DATADIR@"
99:
100: /* Define to 1 to enable DSP 56k emulation for Falcon mode */
101: #cmakedefine ENABLE_DSP_EMU 1
102:
1.1.1.2 root 103: /* Define to 1 to enable WINUAE cpu */
104: #cmakedefine ENABLE_WINUAE_CPU 1
105:
1.1 root 106: /* Define to 1 to use less memory - at the expense of emulation speed */
107: #cmakedefine ENABLE_SMALL_MEM 1
108:
109: /* Define to 1 to enable trace logs - undefine to slightly increase speed */
110: #cmakedefine ENABLE_TRACING 1
1.1.1.6 root 111:
112: /* Define to 1 if udev support is available */
113: #cmakedefine HAVE_UDEV 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.