home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / GNU / recode-3.4-MIHS / src / acconfig.h next >
Encoding:
Text File  |  1994-10-31  |  630 b   |  21 lines

  1. /* Special definitions for GNU recode, processed by autoheader.
  2.    Copyright (C) 1993 Free Software Foundation, Inc.
  3.    Francois Pinard <pinard@iro.umontreal.ca>, 1993.
  4. */
  5.  
  6. /* Default charset is `Latin-1' on UNIX, `IBM-PC' on MSDOS.  */
  7. #undef DEFAULT_CHARSET
  8.  
  9. /* Define to the name of the distribution.  */
  10. #undef PRODUCT
  11.  
  12. /* Define to 1 if ANSI function prototypes are usable.  */
  13. #undef PROTOTYPES
  14.  
  15. /* Define to the version of the distribution.  */
  16. #undef VERSION
  17.  
  18. /* Define to 1 for better use of the debugging malloc library.  See 
  19.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  20. #undef WITH_DMALLOC
  21.