home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / fuucp_plus_src.lzh / uucico / includes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-21  |  631 b   |  29 lines

  1.  
  2. /*
  3.  *  INCLUDES.H
  4.  *
  5.  *  $Header: Beta:src/uucp/src/uucico/RCS/includes.h,v 1.1 90/02/02 11:55:53 dillon Exp Locker: dillon $
  6.  */
  7.  
  8. #define NAMESIZE 256
  9.  
  10. #include <exec/types.h>
  11. #include <fcntl.h>
  12. #include <exec/exec.h>
  13. #include <devices/serial.h>
  14. #include <devices/keymap.h>
  15. #include <devices/timer.h>
  16. #include <libraries/dos.h>
  17.  
  18. #include "protos.h"         /*  other system protos  */
  19.  
  20. #include <stdio.h>
  21. #include <stdlib.h>
  22. #include <string.h>
  23. #include <ctype.h>
  24. #include <time.h>
  25. #include <signal.h>
  26. #include "config.h"         /*  lib protos and config stuff */
  27. #include "uucico_protos.h"  /*  uucico protos               */
  28.  
  29.