]> Pileus Git - ~andy/gtk/blob - acconfig.h
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
[~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_DIMM_H
23 #undef HAVE_GETTEXT
24 #undef HAVE_IPC_H
25 #undef HAVE_LC_MESSAGES
26 #undef HAVE_PROGRESSIVE_JPEG
27 #undef HAVE_PWD_H
28 #undef HAVE_SHM_H
29 #undef HAVE_STPCPY
30 #undef HAVE_XSHM_H
31 #undef HAVE_SHAPE_EXT
32 #undef HAVE_SOLARIS_XINERAMA
33 #undef HAVE_SYS_SELECT_H
34 #undef HAVE_SYS_TIME_H
35 #undef HAVE_XFREE_XINERAMA
36 #undef HAVE_XINERAMA
37 #undef HAVE_WINTAB
38 #undef HAVE_XCONVERTCASE
39 #undef HAVE_XFT
40
41 #undef HAVE_SIGSETJMP
42
43 #undef NO_FD_SET
44
45 #undef RESOURCE_BASE
46
47 #undef USE_GMODULE
48 #undef USE_MMX
49
50 /* Define to use XKB extension */
51 #undef HAVE_XKB
52
53 /* Define to use shadowfb in the linux-fb port */
54 #undef ENABLE_SHADOW_FB
55
56 /* Define to use a fb manager in the linux-fb port */
57 #undef ENABLE_FB_MANAGER
58
59 #undef XINPUT_NONE
60 #undef XINPUT_GXI
61 #undef XINPUT_XFREE
62
63 /* Define as the return type of signal handlers (int or void).  */
64 #undef RETSIGTYPE
65
66 /* Most machines will be happy with int or void.  IRIX requires '...' */
67 #undef SIGNAL_ARG_TYPE
68
69 #undef GETTEXT_PACKAGE
70
71 /* #undef PACKAGE */
72 /* #undef VERSION */
73
74 \f
75 /* Leave that blank line there!!  Autoheader needs it.
76    If you're adding to this file, keep in mind:
77    The entries are in sort -df order: alphabetical, case insensitive,
78    ignoring punctuation (such as underscores).  */