home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ptx-0.4-src.tgz / ptx-0.4-src.tar / fsf / ptx / acconfig.h next >
Text File  |  1996-09-28  |  714b  |  26 lines

  1. /* Special definitions for ptx, processed by autoheader.
  2.    Copyright (C) 1993, 1994 Free Software Foundation, Inc.
  3.    Francois Pinard <pinard@iro.umontreal.ca>, 1994.
  4. */
  5.  
  6. /* In regex, request the capability of modifying the letter syntax.  */
  7. #define SYNTAX_TABLE 1
  8.  
  9. /* In regex, use 8 bits per character.  */
  10. #define CHAR_SET_SIZE 256
  11.  
  12. @TOP@
  13.  
  14. /* Define to the name of the distribution.  */
  15. #undef PRODUCT
  16.  
  17. /* Define to 1 if ANSI function prototypes are usable.  */
  18. #undef PROTOTYPES
  19.  
  20. /* Define to the version of the distribution.  */
  21. #undef VERSION
  22.  
  23. /* Define to 1 for better use of the debugging malloc library.  See 
  24.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  25. #undef WITH_DMALLOC
  26.