Commit | Line | Data |
---|---|---|
c906108c SS |
1 | |
2 | /* Define to 1 if NLS is requested. */ | |
3 | #undef ENABLE_NLS | |
4 | ||
5 | /* Define as 1 if you have catgets and don't want to use GNU gettext. */ | |
6 | #undef HAVE_CATGETS | |
7 | ||
8 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ | |
9 | #undef HAVE_GETTEXT | |
10 | ||
11 | /* Define as 1 if you have the stpcpy function. */ | |
12 | #undef HAVE_STPCPY | |
13 | ||
14 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
15 | #undef HAVE_LC_MESSAGES |