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 / config.h.in < prev    next >
Text File  |  1996-09-28  |  3KB  |  89 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* Special definitions for ptx, processed by autoheader.
  3.    Copyright (C) 1993, 1994 Free Software Foundation, Inc.
  4.    Francois Pinard <pinard@iro.umontreal.ca>, 1994.
  5. */
  6.  
  7. /* In regex, request the capability of modifying the letter syntax.  */
  8. #define SYNTAX_TABLE 1
  9.  
  10. /* In regex, use 8 bits per character.  */
  11. #define CHAR_SET_SIZE 256
  12.  
  13.  
  14. /* Define if on AIX 3.
  15.    System headers sometimes define this.
  16.    We just want to avoid a redefinition error message.  */
  17. #ifndef _ALL_SOURCE
  18. #undef _ALL_SOURCE
  19. #endif
  20.  
  21. /* Define if using alloca.c.  */
  22. #undef C_ALLOCA
  23.  
  24. /* Define if type char is unsigned and you are not using gcc.  */
  25. #undef __CHAR_UNSIGNED__
  26.  
  27. /* Define to empty if the keyword does not work.  */
  28. #undef const
  29.  
  30. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  31.    This function is required for alloca.c support on those systems.  */
  32. #undef CRAY_STACKSEG_END
  33.  
  34. /* Define if you have alloca, as a function or macro.  */
  35. #undef HAVE_ALLOCA
  36.  
  37. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  38. #undef HAVE_ALLOCA_H
  39.  
  40. /* Define if you don't have vprintf but do have _doprnt.  */
  41. #undef HAVE_DOPRNT
  42.  
  43. /* Define if you have the vprintf function.  */
  44. #undef HAVE_VPRINTF
  45.  
  46. /* Define if on MINIX.  */
  47. #undef _MINIX
  48.  
  49. /* Define if the system does not provide POSIX.1 features except
  50.    with this defined.  */
  51. #undef _POSIX_1_SOURCE
  52.  
  53. /* Define if you need to in order for stat and other things to work.  */
  54. #undef _POSIX_SOURCE
  55.  
  56. /* If using the C implementation of alloca, define if you know the
  57.    direction of stack growth for your system; otherwise it will be
  58.    automatically deduced at run-time.
  59.     STACK_DIRECTION > 0 => grows toward higher addresses
  60.     STACK_DIRECTION < 0 => grows toward lower addresses
  61.     STACK_DIRECTION = 0 => direction of growth unknown
  62.  */
  63. #undef STACK_DIRECTION
  64.  
  65. /* Define if you have the ANSI C header files.  */
  66. #undef STDC_HEADERS
  67.  
  68. /* Define to the name of the distribution.  */
  69. #undef PRODUCT
  70.  
  71. /* Define to 1 if ANSI function prototypes are usable.  */
  72. #undef PROTOTYPES
  73.  
  74. /* Define to the version of the distribution.  */
  75. #undef VERSION
  76.  
  77. /* Define to 1 for better use of the debugging malloc library.  See 
  78.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  79. #undef WITH_DMALLOC
  80.  
  81. /* Define if you have the setchrclass function.  */
  82. #undef HAVE_SETCHRCLASS
  83.  
  84. /* Define if you have the strerror function.  */
  85. #undef HAVE_STRERROR
  86.  
  87. /* Define if you have the <string.h> header file.  */
  88. #undef HAVE_STRING_H
  89.