summaryrefslogtreecommitdiff
path: root/dviware/mdvi/config/acconfig.h
blob: b5b829c89abe661d109435e9baec980d43e95900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

/* Don't change these */
#undef PACKAGE
#undef VERSION

/* You can edit anything below this point */
@TOP@

/* Disable to avoid using NLS */
#undef ENABLE_NLS

/* Disable if you don't have the gettext function */
#undef HAVE_GETTEXT

/* Disable if you don't have the catgets function */
#undef HAVE_CATGETS

/* Disable if you don't have the catgets function */
#undef HAVE_STPCPY

/* Disable if you don't have the catgets function */
#undef HAVE_LC_MESSAGES

@BOTTOM@