home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 479a.lha / AmigaUUCP_sources_v1.08d / UUSRC.LZH / src / uucico / includes.h < prev    next >
C/C++ Source or Header  |  1990-04-04  |  631b  |  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.