home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / enscript.4 / enscript / enscript-1.4.0 / acconfig.h < prev    next >
Encoding:
Text File  |  1996-02-27  |  465 b   |  32 lines

  1. /* Character which is used to separate path components. */
  2. #undef PATH_SEPARATOR
  3.  
  4. /* Package name. */
  5. #undef PACKAGE
  6.  
  7. /* Version number. */
  8. #undef VERSION
  9.  
  10. /* Have strerror() function. */
  11. #undef HAVE_STRERROR
  12.  
  13. /* How to retrieve the current working directory? */
  14. #undef HAVE_GETCWD
  15. #undef HAVE_GETWD
  16.  
  17. /*
  18.  * Internationalization stuffs.
  19.  */
  20.  
  21. #undef ENABLE_NLS
  22.  
  23. #undef HAVE_CATGETS
  24.  
  25. #undef HAVE_GETTEXT
  26.  
  27. #undef HAVE_LC_MESSAGES
  28.  
  29. #undef HAVE_STPCPY
  30.  
  31. #undef PROTOTYPES
  32.