1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
/* Definitions for GNU textutils, processed by autoheader.
Copyright (C) 1995 Free Software Foundation, Inc.
*/
/* Define to 1 if NLS is requested. */
#undef ENABLE_NLS
/* The concatenation of the strings "GNU ", and PACKAGE. */
#undef GNU_PACKAGE
/* Define as 1 if you have catgets and don't want to use GNU gettext. */
#undef HAVE_CATGETS
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define to 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
/* Define to rpl_memcmp if the replacement function should be used. */
#undef memcmp
/* Define to the name of the distribution. */
#undef PACKAGE
/* Define to 1 if ANSI function prototypes are usable. */
#undef PROTOTYPES
/* Define to the version of the distribution. */
#undef VERSION
/* Define to 1 if GNU regex should be used instead of GNU rx. */
#undef WITH_REGEX
|