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

1.1     ! misho       1: #ifndef __GLOBAL_H
        !             2: #define __GLOBAL_H
        !             3: 
        !             4: 
        !             5: #include "config.h"
        !             6: 
        !             7: #include <stdio.h>
        !             8: #include <stdlib.h>
        !             9: #include <string.h>
        !            10: #include <unistd.h>
        !            11: #include <fcntl.h>
        !            12: #include <errno.h>
        !            13: #include <sys/types.h>
        !            14: #include <sys/stat.h>
        !            15: #include <elwix.h>
        !            16: #include <aitcli.h>
        !            17: 
        !            18: #include "defs.h"
        !            19: 
        !            20: 
        !            21: #endif

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