]> Pileus Git - ~andy/gtk/blob - acconfig.h
Sun Mar 29 22:25:22 BST 1998 Tony Gale <gale@gimp.org> ...
[~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 HAVE_IPC_H
19 #undef HAVE_SHM_H
20 #undef HAVE_XPM
21 #undef HAVE_XSHM_H
22 #undef HAVE_SYS_SELECT_H
23
24 #undef IPC_RMID_DEFERRED_RELEASE
25
26 #undef NO_FD_SET
27
28 #undef RESOURCE_BASE
29
30 #undef XINPUT_NONE
31 #undef XINPUT_GXI
32 #undef XINPUT_XFREE
33
34 #undef GTK_MAJOR_VERSION
35 #undef GTK_MINOR_VERSION
36 #undef GTK_MICRO_VERSION
37 #undef GTK_VERSION
38
39 /* Define as the return type of signal handlers (int or void).  */
40 #undef RETSIGTYPE
41
42 /* Most machines will be happy with int or void.  IRIX requires '...' */
43 #undef SIGNAL_ARG_TYPE
44
45 /* #undef PACKAGE */
46 /* #undef VERSION */
47
48 \f
49 /* Leave that blank line there!!  Autoheader needs it.
50    If you're adding to this file, keep in mind:
51    The entries are in sort -df order: alphabetical, case insensitive,
52    ignoring punctuation (such as underscores).  */