File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / global.h
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 15:06:00 2008 UTC (15 years, 8 months ago) by misho
Branches: cfg3_0
Diff to: branchpoint 1.1.1.1: preferred, unified
add config.h

    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 <stdarg.h>
   10: #include <string.h>
   11: #include <unistd.h>
   12: #include <errno.h>
   13: #include <time.h>
   14: #include <sys/types.h>
   15: 
   16: #include "defs.h"
   17: #include "aitcfg.h"
   18: 
   19: 
   20: #endif

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