#ifdef'd xmlerror.h
[dia.git] / acconfig.h
blob4ce491679e98a79ea48481fc337ff8fd73195200
1 #ifndef _DIA_CONFIG_H_
2 #define _DIA_CONFIG_H_
3 @TOP@
5 /* These get defined to the version numbers in configure.in */
7 #undef PACKAGE
8 #undef VERSION
10 /* Define to enable GNOME-specific code. */
11 #undef GNOME
13 #undef GNOME_PRINT
15 /* Define if your locale.h file contains LC_MESSAGES. */
16 #undef HAVE_LC_MESSAGES
18 /* Define if you have the stpcpy function. */
19 #undef HAVE_STPCPY
21 /* Define to 1 if NLS is requested. */
22 #undef ENABLE_NLS
24 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
25 #undef HAVE_CATGETS
27 /* Define if you have the popt library (-lpopt). */
28 #undef HAVE_LIBPOPT
30 /* Define if you have the libart_lgpg library (-lart_lgpl). */
31 #undef HAVE_LIBART
33 /* define if you have libpng */
34 #undef HAVE_LIBPNG
36 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
37 #undef HAVE_GETTEXT
39 /* define to enable XIM support */
40 #undef USE_XIM
42 @BOTTOM@
43 #endif /* !_DIA_CONFIG_H_ */