home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / m4-1.4-src.tgz / tar.out / fsf / m4 / acconfig.h next >
Text File  |  1996-09-28  |  1KB  |  37 lines

  1. /* Special definitions for GNU m4, processed by autoheader.
  2.    Copyright (C) 1993, 1994 Free Software Foundation, Inc.
  3.    Francois Pinard <pinard@iro.umontreal.ca>, 1993.
  4. */
  5.  
  6. /* Define to 1 if the changeword(REGEXP) functionnality is wanted.  */
  7. #undef ENABLE_CHANGEWORD
  8.  
  9. /* Define to 1 if you have ecvt(3), fcvt(3) and gcvt(3), define to 2 if
  10.    these are declared in <stdlib.h>.  */
  11. #undef HAVE_EFGCVT
  12.  
  13. /* Define to 1 if #include <signal.h> declares struct sigcontext */
  14. #undef HAVE_SIGCONTEXT
  15.  
  16. /* Define to the name of the distribution.  */
  17. #undef PRODUCT
  18.  
  19. /* Define to 1 if ANSI function prototypes are usable.  */
  20. #undef PROTOTYPES
  21.  
  22. /* Define to int if rlim_t is not defined in sys/resource.h */
  23. #undef rlim_t
  24.  
  25. /* Define to struct sigaltstack if stack_t is not defined in sys/signal.h */
  26. #undef stack_t
  27.  
  28. /* Define to 1 if using stack overflow detection.  */
  29. #undef USE_STACKOVF
  30.  
  31. /* Define to the version of the distribution.  */
  32. #undef VERSION
  33.  
  34. /* Define to 1 for better use of the debugging malloc library.  See 
  35.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  36. #undef WITH_DMALLOC
  37.