Commit | Line | Data |
---|---|---|
1daed53f ILT |
1 | |
2 | /* Name of package. */ | |
3 | #undef PACKAGE | |
4 | ||
5 | /* Version of package. */ | |
6 | #undef VERSION | |
072aa625 NC |
7 | |
8 | /* Define to 1 if NLS is requested. */ | |
9 | #undef ENABLE_NLS | |
10 | ||
11 | /* Define as 1 if you have catgets and don't want to use GNU gettext. */ | |
12 | #undef HAVE_CATGETS | |
13 | ||
14 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ | |
15 | #undef HAVE_GETTEXT | |
16 | ||
17 | /* Define as 1 if you have the stpcpy function. */ | |
18 | #undef HAVE_STPCPY | |
19 | ||
20 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
21 | #undef HAVE_LC_MESSAGES |