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