ecufork.h 1.0 KB

1234567891011121314151617181920212223242526272829
  1. /*+-------------------------------------------------------------------------
  2. ecufork.h
  3. wht@wht.net
  4. for now just vehicle for deciding whether or not to debug fork/waits
  5. --------------------------------------------------------------------------*/
  6. /*+:EDITS:*/
  7. /*:04-26-2000-11:15-wht@bob-RELEASE 4.42 */
  8. /*:01-24-1997-02:37-wht@yuriatin-SOURCE RELEASE 4.00 */
  9. /*:09-11-1996-20:00-wht@yuriatin-3.48-major telnet,curses,structural overhaul */
  10. /*:11-23-1995-11:20-wht@kepler-source control 3.37 for tsx-11 */
  11. /*:11-14-1995-10:23-wht@kepler-3.37.80-source control point: SOCKETS */
  12. /*:05-04-1994-04:38-wht@n4hgf-ECU release 3.30 */
  13. /*:09-10-1992-13:58-wht@n4hgf-ECU release 3.20 */
  14. /*:08-22-1992-15:38-wht@n4hgf-ECU release 3.20 BETA */
  15. /*:03-27-1992-16:21-wht@n4hgf-re-include protection for all .h files */
  16. /*:07-25-1991-12:55-wht@n4hgf-ECU release 3.10 */
  17. /*:08-14-1990-20:40-wht@n4hgf-ecu3.00-flush old edit history */
  18. #ifndef _ecufork_h
  19. #define _ecufork_h
  20. /* #define FORK_DEBUG */
  21. #endif /* _ecufork_h */
  22. /* vi: set tabstop=4 shiftwidth=4: */
  23. /* end of ecufork.h */