home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / acconfig.h < prev    next >
Text File  |  1996-12-18  |  980b  |  38 lines

  1. /* Definitions for GNU textutils, processed by autoheader.
  2.    Copyright (C) 1995 Free Software Foundation, Inc.
  3. */
  4.  
  5. /* Define to 1 if NLS is requested.  */
  6. #undef ENABLE_NLS
  7.  
  8. /* The concatenation of the strings "GNU ", and PACKAGE.  */
  9. #undef GNU_PACKAGE
  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 if your locale.h file contains LC_MESSAGES.  */
  18. #undef HAVE_LC_MESSAGES
  19.  
  20. /* Define to 1 if you have the stpcpy function.  */
  21. #undef HAVE_STPCPY
  22.  
  23. /* Define to rpl_memcmp if the replacement function should be used.  */
  24. #undef memcmp
  25.  
  26. /* Define to the name of the distribution.  */
  27. #undef PACKAGE
  28.  
  29. /* Define to 1 if ANSI function prototypes are usable.  */
  30. #undef PROTOTYPES
  31.  
  32. /* Define to the version of the distribution.  */
  33. #undef VERSION
  34.  
  35. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  36. #undef WITH_REGEX
  37.  
  38.