home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnurecod.zip / config.h.in < prev    next >
Text File  |  1994-10-31  |  2KB  |  71 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define if you don't have vprintf but do have _doprnt.  */
  14. #undef HAVE_DOPRNT
  15.  
  16. /* Define if you have the vprintf function.  */
  17. #undef HAVE_VPRINTF
  18.  
  19. /* Define if on MINIX.  */
  20. #undef _MINIX
  21.  
  22. /* Define if the system does not provide POSIX.1 features except
  23.    with this defined.  */
  24. #undef _POSIX_1_SOURCE
  25.  
  26. /* Define if you need to in order for stat and other things to work.  */
  27. #undef _POSIX_SOURCE
  28.  
  29. /* Define as the return type of signal handlers (int or void).  */
  30. #undef RETSIGTYPE
  31.  
  32. /* Define if you have the ANSI C header files.  */
  33. #undef STDC_HEADERS
  34.  
  35. /* Default charset is `Latin-1' on UNIX, `IBM-PC' on MSDOS.  */
  36. #undef DEFAULT_CHARSET
  37.  
  38. /* Define to the name of the distribution.  */
  39. #undef PRODUCT
  40.  
  41. /* Define to 1 if ANSI function prototypes are usable.  */
  42. #undef PROTOTYPES
  43.  
  44. /* Define to the version of the distribution.  */
  45. #undef VERSION
  46.  
  47. /* Define to 1 for better use of the debugging malloc library.  See 
  48.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  49. #undef WITH_DMALLOC
  50.  
  51. /* Define if you have the dup2 function.  */
  52. #undef HAVE_DUP2
  53.  
  54. /* Define if you have the pipe function.  */
  55. #undef HAVE_PIPE
  56.  
  57. /* Define if you have the popen function.  */
  58. #undef HAVE_POPEN
  59.  
  60. /* Define if you have the rename function.  */
  61. #undef HAVE_RENAME
  62.  
  63. /* Define if you have the strerror function.  */
  64. #undef HAVE_STRERROR
  65.  
  66. /* Define if you have the <limits.h> header file.  */
  67. #undef HAVE_LIMITS_H
  68.  
  69. /* Define if you have the <string.h> header file.  */
  70. #undef HAVE_STRING_H
  71.