-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h
86 lines (64 loc) · 2.02 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* Default config.h for Hatari */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */
//#define HAVE_DIRENT_H 1
/* Define if you have a readline compatible library */
#undef HAVE_LIBREADLINE
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Define to 1 if you have the <termios.h> header file. */
//#if defined(WIN32)
# undef HAVE_TERMIOS_H
//#else
//# define HAVE_TERMIOS_H 1
//#endif
/* Define to 1 if you have the <glob.h> header file. */
//#if defined(WIN32)
# undef HAVE_GLOB_H
//#else
//# define HAVE_GLOB_H 1
//#endif
/* Define to 1 if you have the <strings.h> header file. */
//#if defined(__CEGCC__)
# undef HAVE_STRINGS_H
//#else
//# define HAVE_STRINGS_H 1
//#endif
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `cfmakeraw' function. */
# undef HAVE_CFMAKERAW
/* Define to 1 if you have the 'setenv' function. */
//#if defined(WIN32) || (defined(__sun) && defined(__SVR4))
# undef HAVE_SETENV
//#else
//# define HAVE_SETENV 1
//#endif
/* Define to 1 if you have unix domain sockets */
//#if defined(WIN32) || defined(__CEGCC__)
# undef HAVE_UNIX_DOMAIN_SOCKETS
//#else
//# define HAVE_UNIX_DOMAIN_SOCKETS 1
//#endif
/* Relative path from bindir to datadir */
#define BIN2DATADIR "/apps/hatari"
/* configuration file path */
#define CONFDIR "/apps/hatari"
/* games folder */
#define DATADIR "/hatari"
/* Define to 1 to use less memory - at the expense of emulation speed */
//#if defined(__CEGCC__)
#define ENABLE_SMALL_MEM 1
//#else
//# undef ENABLE_SMALL_MEM
//#endif
//#define ENABLE_WINUAE_CPU 1
/* Define to the full name of this package. */
#define PACKAGE_NAME "hatari"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "hatari CVS"
/* Define to the version of this package. */
#define PACKAGE_VERSION "CVS"