]> Pileus Git - ~andy/gtk/blob - acconfig.h
upgrade to libtool 1.3.2 (BeOS changes merged)
[~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 ENABLE_NLS
19 #undef GTK_COMPILED_WITH_DEBUGGING
20
21 #undef HAVE_CATGETS
22 #undef HAVE_DIRENT_H
23 #undef HAVE_GETTEXT
24 #undef HAVE_IPC_H
25 #undef HAVE_LC_MESSAGES
26 #undef HAVE_PWD_H
27 #undef HAVE_SHM_H
28 #undef HAVE_STPCPY
29 #undef HAVE_XSHM_H
30 #undef HAVE_SHAPE_EXT
31 #undef HAVE_SYS_SELECT_H
32 #undef HAVE_SYS_TIME_H
33 #undef HAVE_XCONVERTCASE
34
35 #undef NO_FD_SET
36
37 #undef RESOURCE_BASE
38
39 /* Define to use X11R6 additions to XIM */
40 #undef USE_X11R6_XIM
41
42 #undef XINPUT_NONE
43 #undef XINPUT_GXI
44 #undef XINPUT_XFREE
45
46 /* Define as the return type of signal handlers (int or void).  */
47 #undef RETSIGTYPE
48
49 /* Most machines will be happy with int or void.  IRIX requires '...' */
50 #undef SIGNAL_ARG_TYPE
51
52 /* #undef PACKAGE */
53 /* #undef VERSION */
54
55 \f
56 /* Leave that blank line there!!  Autoheader needs it.
57    If you're adding to this file, keep in mind:
58    The entries are in sort -df order: alphabetical, case insensitive,
59    ignoring punctuation (such as underscores).  */