added es_ES and pt_BR to ALL_LINGUAS
[dia.git] / acconfig.h
blob458b86fe1855e8f1ac9eb53f2d0b032e50c8d8e4
1 /* acconfig.h
2 This file is in the public domain.
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.
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.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* These get defined to the version numbers in configure.in */
19 #undef PACKAGE
20 #undef VERSION
22 /* Define if symbol tables on this system use leading underscores. */
23 #undef USCORE
25 /* Define if dlsym automatically supplies a leading underscore. */
26 #undef DLSYM_ADDS_USCORE
28 /* Define to enable GNOME-specific code. */
29 #undef GNOME
31 #undef GNOME_PRINT
33 /* Define if your locale.h file contains LC_MESSAGES. */
34 #undef HAVE_LC_MESSAGES
36 /* Define if you have the stpcpy function. */
37 #undef HAVE_STPCPY
39 /* Define to 1 if NLS is requested. */
40 #undef ENABLE_NLS
42 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
43 #undef HAVE_CATGETS
45 /* Define if you have the popt library (-lpopt). */
46 #undef HAVE_LIBPOPT
48 /* Define if you have the libart_lgpg library (-lart_lgpl). */
49 #undef HAVE_LIBART
51 /* define if you have libpng */
52 #undef HAVE_LIBPNG
54 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
55 #undef HAVE_GETTEXT
57 /* define to enable XIM support */
58 #undef USE_XIM
60 /* define if bonobo uses OAF */
61 #undef USE_OAF
63 /* define to enable bonobo support */
64 #undef USE_BONOBOX
67 /* Leave that blank line there!! Autoheader needs it.
68 If you're adding to this file, keep in mind:
69 The entries are in sort -df order: alphabetical, case insensitive,
70 ignoring punctuation (such as underscores). */