File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / global.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Feb 20 23:17:22 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: tftp0_5, tftp0_4, TFTP0_4, TFTP0_3, HEAD
version 0.3

    1: #ifndef __GLOBAL_H
    2: #define __GLOBAL_H
    3: 
    4: 
    5: #include <stdio.h>
    6: #include <stdlib.h>
    7: #include <string.h>
    8: #include <unistd.h>
    9: #include <fcntl.h>
   10: #include <errno.h>
   11: #include <assert.h>
   12: #include <pwd.h>
   13: #include <paths.h>
   14: #include <ctype.h>
   15: #include <sys/types.h>
   16: #include <sys/limits.h>
   17: #include <sys/wait.h>
   18: #include <sys/stat.h>
   19: #include <elwix.h>
   20: #include <aitcfg.h>
   21: #include <aitsched.h>
   22: #include <aitio.h>
   23: 
   24: #include "config.h"
   25: 
   26: #include "defs.h"
   27: #include "tftp.h"
   28: 
   29: 
   30: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>