1 |
cebix |
1.4 |
/* acconfig.h |
2 |
|
|
This file is in the public domain. |
3 |
|
|
|
4 |
|
|
Descriptive text for the C preprocessor macros that |
5 |
|
|
the distributed Autoconf macros can define. |
6 |
|
|
No software package will use all of them; autoheader copies the ones |
7 |
|
|
your configure.in uses into your configuration header file templates. |
8 |
|
|
|
9 |
|
|
The entries are in sort -df order: alphabetical, case insensitive, |
10 |
|
|
ignoring punctuation (such as underscores). Although this order |
11 |
|
|
can split up related entries, it makes it easier to check whether |
12 |
|
|
a given entry is in the file. |
13 |
|
|
|
14 |
|
|
Leave the following blank line there!! Autoheader needs it. */ |
15 |
|
|
|
16 |
cebix |
1.1 |
|
17 |
|
|
/* Define to 'off_t' if <sys/types.h> doesn't define. */ |
18 |
cebix |
1.3 |
#undef loff_t |
19 |
cebix |
1.4 |
|
20 |
gbeauche |
1.10 |
/* Define to 'char *' if <sys/types.h> doesn't define. */ |
21 |
|
|
#undef caddr_t |
22 |
|
|
|
23 |
cebix |
1.8 |
/* Define to 'int' if <sys/types.h> doesn't define. */ |
24 |
|
|
#undef socklen_t |
25 |
|
|
|
26 |
cebix |
1.4 |
/* Define if using ESD. */ |
27 |
|
|
#undef ENABLE_ESD |
28 |
|
|
|
29 |
|
|
/* Define if using DGA with framebuffer device. */ |
30 |
|
|
#undef ENABLE_FBDEV_DGA |
31 |
|
|
|
32 |
|
|
/* Define if using GTK. */ |
33 |
|
|
#undef ENABLE_GTK |
34 |
|
|
|
35 |
|
|
/* Define if using "mon". */ |
36 |
|
|
#undef ENABLE_MON |
37 |
|
|
|
38 |
|
|
/* Define if using native 68k mode. */ |
39 |
|
|
#undef ENABLE_NATIVE_M68K |
40 |
|
|
|
41 |
|
|
/* Define if using XFree86 DGA extension. */ |
42 |
|
|
#undef ENABLE_XF86_DGA |
43 |
|
|
|
44 |
|
|
/* Define if using XFree86 VidMode extension. */ |
45 |
|
|
#undef ENABLE_XF86_VIDMODE |
46 |
|
|
|
47 |
|
|
/* Define if pthreads are available. */ |
48 |
|
|
#undef HAVE_PTHREADS |
49 |
|
|
|
50 |
gbeauche |
1.5 |
/* Define if using video enabled on SEGV signals */ |
51 |
|
|
#undef ENABLE_VOSF |
52 |
|
|
|
53 |
gbeauche |
1.6 |
/* Define if your system requires signals to be reinstalled */ |
54 |
|
|
#undef SIGNAL_NEED_REINSTALL |
55 |
|
|
|
56 |
|
|
/* Define if your system requires sigactions to be reinstalled */ |
57 |
|
|
#undef SIGACTION_NEED_REINSTALL |
58 |
|
|
|
59 |
gbeauche |
1.5 |
/* Define if your system support extended signals */ |
60 |
|
|
#undef HAVE_SIGINFO_T |
61 |
|
|
|
62 |
|
|
/* Define if we know a hack to replace siginfo_t::si_addr member */ |
63 |
|
|
#undef HAVE_SIGCONTEXT_SUBTERFUGE |
64 |
|
|
|
65 |
gbeauche |
1.11 |
/* Define if we can ignore the fault (instruction skipping in SIGSEGV handler */ |
66 |
|
|
#undef HAVE_SIGSEGV_SKIP_INSTRUCTION |
67 |
|
|
|
68 |
gbeauche |
1.7 |
/* Define if your system has a working vm_allocate()-based memory allocator */ |
69 |
|
|
#undef HAVE_MACH_VM |
70 |
|
|
|
71 |
|
|
/* Define if your system has a working mmap()-based memory allocator */ |
72 |
|
|
#undef HAVE_MMAP_VM |
73 |
|
|
|
74 |
|
|
/* Define if <sys/mman.h> defines MAP_ANON and mmap()'ing with MAP_ANON works */ |
75 |
|
|
#undef HAVE_MMAP_ANON |
76 |
|
|
|
77 |
|
|
/* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmap()'ing with MAP_ANONYMOUS works */ |
78 |
|
|
#undef HAVE_MMAP_ANONYMOUS |
79 |
|
|
|
80 |
cebix |
1.9 |
/* Define if libgnomeui is available */ |
81 |
|
|
#undef HAVE_GNOMEUI |
82 |
|
|
|
83 |
cebix |
1.12 |
/* Additions from openssh-3.2.2p1, for sshpty.c */ |
84 |
|
|
/* Define if you are on NEWS-OS */ |
85 |
|
|
#undef HAVE_NEWS4 |
86 |
|
|
|
87 |
|
|
/* Define if you have /dev/ptmx */ |
88 |
|
|
#undef HAVE_DEV_PTMX |
89 |
|
|
|
90 |
|
|
/* Define if you have /dev/ptc */ |
91 |
|
|
#undef HAVE_DEV_PTS_AND_PTC |
92 |
|
|
|
93 |
|
|
|
94 |
cebix |
1.4 |
|
95 |
|
|
/* Leave that blank line there!! Autoheader needs it. |
96 |
|
|
If you're adding to this file, keep in mind: |
97 |
|
|
The entries are in sort -df order: alphabetical, case insensitive, |
98 |
|
|
ignoring punctuation (such as underscores). */ |