source: trunk/third/gtk/acconfig.h @ 15781

Revision 15781, 1.6 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15780, which included commits to RCS files with non-trunk default branches.
Line 
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
16
17/* Other stuff */
18#undef ENABLE_NLS
19#undef GTK_COMPILED_WITH_DEBUGGING
20
21#undef HAVE_CATGETS
22#undef HAVE_GETTEXT
23#undef HAVE_IPC_H
24#undef HAVE_LC_MESSAGES
25#undef HAVE_SHM_H
26#undef HAVE_STPCPY
27#undef HAVE_XSHM_H
28#undef HAVE_SHAPE_EXT
29#undef HAVE_SYS_SELECT_H
30#undef HAVE_XCONVERTCASE
31
32#undef NO_FD_SET
33
34#undef RESOURCE_BASE
35
36/* Define to use X11R6 additions to XIM */
37#undef USE_X11R6_XIM
38
39/* Define if we should use mbstowcs and friends directly
40 */
41#undef USE_NATIVE_LOCALE
42
43#undef XINPUT_NONE
44#undef XINPUT_GXI
45#undef XINPUT_XFREE
46
47/* Define as the return type of signal handlers (int or void).  */
48#undef RETSIGTYPE
49
50/* Most machines will be happy with int or void.  IRIX requires '...' */
51#undef SIGNAL_ARG_TYPE
52
53/* #undef PACKAGE */
54/* #undef VERSION */
55
56
57/* Leave that blank line there!!  Autoheader needs it.
58   If you're adding to this file, keep in mind:
59   The entries are in sort -df order: alphabetical, case insensitive,
60   ignoring punctuation (such as underscores).  */
Note: See TracBrowser for help on using the repository browser.