home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / acconfig.h < prev    next >
Text File  |  1996-09-28  |  903b  |  35 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. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  9. #undef HAVE_CATGETS
  10.  
  11. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  12. #undef HAVE_GETTEXT
  13.  
  14. /* Define if your locale.h file contains LC_MESSAGES.  */
  15. #undef HAVE_LC_MESSAGES
  16.  
  17. /* Define to 1 if you have the stpcpy function.  */
  18. #undef HAVE_STPCPY
  19.  
  20. /* Define to the name of the distribution.  */
  21. #undef PACKAGE
  22.  
  23. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  24. #undef PACKAGE_VERSION
  25.  
  26. /* Define to 1 if ANSI function prototypes are usable.  */
  27. #undef PROTOTYPES
  28.  
  29. /* Define to the version of the distribution.  */
  30. #undef VERSION
  31.  
  32. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  33. #undef WITH_REGEX
  34.  
  35.