home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / include / expect_cf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-12  |  1.4 KB  |  76 lines

  1. /* expect_cf.h.  Generated automatically by configure.  */
  2. /*
  3.  * Check for headers
  4.  */
  5. #ifndef __EXPECT_CF_H__
  6. #define __EXPECT_CF_H__
  7.  
  8. /* #undef NO_STDLIB_H */        /* Tcl requires this name */
  9. /* #undef HAVE_STROPTS_H */
  10. /* #undef HAVE_SYSCONF_H */
  11. #define HAVE_SYS_FCNTL_H 1
  12. #define HAVE_SYS_WAIT_H 1
  13. /* #undef HAVE_SYS_BSDTYPES_H */    /* nice ISC special */
  14. #define HAVE_UNISTD_H 1
  15. /* #undef HAVE_SYSMACROS_H */
  16.  
  17. /* #undef pid_t */
  18.  
  19. /*
  20.  * This section is for compile macros needed by
  21.  * everything else.
  22.  */
  23.  
  24. /*
  25.  * Check for functions
  26.  */
  27. /* #undef NO_MEMCPY */
  28. /* #undef NOWAITPID */
  29. #define HAVE_SYSCONF 1
  30. #define HAVE_WAIT4 1
  31. /* #undef SIMPLE_EVENT */
  32.  
  33. /*
  34.  * wait status type
  35.  */
  36. /* #undef NO_UNION_WAIT */
  37.  
  38. /*
  39.  * Signal stuff. Setup the return type
  40.  * and if signals need to be re-armed.
  41.  */
  42. #ifndef RETSIGTYPE
  43. #define RETSIGTYPE void
  44. #endif
  45. /* #undef REARM_SIG */
  46.  
  47. /*
  48.  * Generate correct type for select mask
  49.  */
  50. #ifndef SELECT_MASK_TYPE
  51. #define SELECT_MASK_TYPE fd_set
  52. #endif
  53.  
  54. /*
  55.  * Check how stty works
  56.  */
  57. /* #undef STTY_READS_STDOUT */
  58.  
  59. /*
  60.  * Check for tty/pty functions and structures
  61.  */
  62. #define POSIX 1
  63. /* #undef HAVE_TERMIO */
  64. #define HAVE_TERMIOS 1
  65. #define HAVE_SGTTYB 1
  66. /* #undef HAVE_GETPTY */
  67. /* #undef HAVE__GETPTY */
  68. /* #undef HAVE_PTC */
  69. /* #undef HAVE_PTC_PTS */
  70. /* #undef HAVE_PTYM */
  71. /* #undef HAVE_PTYTRAP */
  72. /* #undef HAVE_PTMX */
  73. /* #undef HAVE_PTMX_BSD */
  74.  
  75. #endif    /* __EXPECT_CF_H__ */
  76.