Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/include/aconfig.h.in
blob: 40d0f7e15dfe9c08b036877bcc3a344353b4899c (plain)
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
#ifndef ACONFIG_H
#define ACONFIG_H
#undef HAVE_PTHREAD_SIGHANDLER
#undef DATAPATH
#undef C_ALLOCA
#undef const
#undef USE_PTHREAD
/*Avoid stack frame explosion on Windoze*/
#ifndef _WIN32
/*BeOS crashes badly when large amounts of stack are consumed */
#ifndef __BEOS__
#undef HAVE_ALLOCA
#undef HAVE_ALLOCA_H
#endif
#endif
#undef HAVE_FABSL
#undef HAVE__FABSL
#undef HAVE___FABSL
#undef HAVE_FTIME
#undef USE_PNG
#undef HAVE_FINITE
#undef HAVE_SELECT
#undef HAVE_LONG_DOUBLE
#undef HAVE_REDRAWWIN
#undef HAVE_WREDRAWLN
#undef USE_NCURSES
#undef inline
#undef _POSIX_SOURCE
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME
#undef HAVE_GETTIMEOFDAY
#undef HAVE_USLEEP
#undef HAVE_TERMATTRS
#undef HAVE_MOUSEMASK
#undef HAVE_SETITIMER
/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H
/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H
#undef MITSHM
#undef CURSES_DRIVER
#undef BEOS_DRIVER
#undef AA_DRIVER
#undef GTK_DRIVER
#undef GGI_DRIVER
#undef X11_DRIVER
#undef DGA_DRIVER
#undef SVGA_DRIVER
#undef WIN32_DRIVER
#undef DDRAW_DRIVER
#undef HTML_HELP
#undef SIZEOF_SHORT
#undef SIZEOF_INT
#undef SIZEOF_LONG
#undef HAVE_GETTEXT
#undef NO_MALLOC_H
#endif