Annotation of tftpd/inc/global.h, revision 1.1

1.1     ! misho       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 <elwix.h>
        !            19: #include <aitcfg.h>
        !            20: #include <aitsched.h>
        !            21: #include <aitio.h>
        !            22: 
        !            23: #include "config.h"
        !            24: 
        !            25: #include "defs.h"
        !            26: #include "tftp.h"
        !            27: 
        !            28: 
        !            29: #endif

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