home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / gopher / gopher1.01 / misc / Radio / radiod / gopherd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-13  |  637 b   |  38 lines

  1. /*
  2.  *******************************************************************
  3.  * $Author: $
  4.  * $Revision: $
  5.  * $Date: $
  6.  * $Source: $
  7.  *******************************************************************
  8.  */
  9.  
  10. #include "conf.h"
  11.  
  12. #include <stdio.h>
  13. #include <fcntl.h>
  14. #include <sys/types.h>
  15. #include <sys/socket.h>
  16. #include <netinet/in.h>
  17. #include <arpa/inet.h>
  18. #include <pwd.h>
  19. #include <errno.h>
  20. #include <string.h>
  21. #include <strings.h>
  22. #include <sys/stat.h>
  23. #include <time.h>
  24.  
  25. #ifndef BROKENDIRS
  26. #  include <dirent.h>
  27. #else
  28. #  include <sys/dir.h>
  29. #endif
  30.  
  31. typedef int boolean;
  32. #define TRUE 1
  33. #define FALSE 0
  34.  
  35. #include "globals.h"
  36.  
  37. char *pname;
  38.