]> Pileus Git - ~andy/gtk/blob - acconfig.h
aa20a8a18e7353256d44154106dfd04c4e812036
[~andy/gtk] / acconfig.h
1 /* 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 \f
16
17 /* Other stuff */
18 #undef GTK_COMPILED_WITH_DEBUGGING
19
20 #undef HAVE_IPC_H
21 #undef HAVE_SHM_H
22 #undef HAVE_XSHM_H
23 #undef HAVE_SHAPE_EXT
24 #undef HAVE_SYS_SELECT_H
25 #undef HAVE_XCONVERTCASE
26
27 /* some systems do not allow to ipcrm pages prior to
28  * actual usage, namely: OSF1 V3.2, SunOS 4.1.1, 5.5, 5.5.1, 5.6,
29  * IRIX 5.2 and 6.2.
30  */
31 #undef IPC_RMID_DEFERRED_RELEASE
32
33 #undef NO_FD_SET
34
35 #undef RESOURCE_BASE
36
37 /* Define to enable POSIX threading awareness */
38 #undef USE_PTHREADS
39
40 #undef XINPUT_NONE
41 #undef XINPUT_GXI
42 #undef XINPUT_XFREE
43
44 /* Define as the return type of signal handlers (int or void).  */
45 #undef RETSIGTYPE
46
47 /* Most machines will be happy with int or void.  IRIX requires '...' */
48 #undef SIGNAL_ARG_TYPE
49
50 /* #undef PACKAGE */
51 /* #undef VERSION */
52
53 \f
54 /* Leave that blank line there!!  Autoheader needs it.
55    If you're adding to this file, keep in mind:
56    The entries are in sort -df order: alphabetical, case insensitive,
57    ignoring punctuation (such as underscores).  */