home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / expect / expect-4.7 / exp_conf.h.in < prev    next >
Encoding:
Text File  |  1993-05-16  |  872 b   |  56 lines

  1. /*
  2.  * Check for headers
  3.  */
  4. #ifndef __EXP_CONF_H__
  5. #define __EXP_CONF_H__
  6.  
  7. #undef NOSTDLIB
  8. #undef HAVE_STROPTS_H
  9. #undef HAVE_SYSCONF_H
  10. #undef HAVE_SYS_FCNTL_H
  11. #undef HAVE_SYS_WAIT_H
  12. #undef HAVE_UNISTD_H
  13. #undef HAVE_SYSMACROS_H
  14.  
  15. #undef pid_t
  16.  
  17. /*
  18.  * This section is for compile macros needed by
  19.  * everything else.
  20.  */
  21.  
  22. /*
  23.  * Check for functions
  24.  */
  25. #undef NO_MEMCPY
  26. #undef NOWAITPID
  27. #undef HAVE_SYSCONF
  28. #undef HAVE_WAIT4
  29. #undef SIMPLE_EVENT
  30.  
  31. /*
  32.  * Signal stuff. Setup the return type
  33.  * and if signals need to be re-armed.
  34.  */
  35. #ifndef RETSIGTYPE
  36. #define RETSIGTYPE void
  37. #endif
  38. #undef REARM_SIG
  39.  
  40. /*
  41.  * Check for pty functions and structures
  42.  */
  43. #undef POSIX
  44. #undef HAVE_TERMIO
  45. #undef HAVE_TERMIOS
  46. #undef HAVE_SGTTYB
  47. #undef HAVE_GETPTY
  48. #undef HAVE__GETPTY
  49. #undef HAVE_PTC
  50. #undef HAVE_PTC_PTS
  51. #undef HAVE_PTYM
  52. #undef HAVE_PTYTRAP
  53. #undef HAVE_PTMX
  54.  
  55. #endif    /* __EXP_CONF_H__ */
  56.