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, 3 months ago) by misho
Branches: MAIN
CVS tags: tftp0_5, tftp0_4, TFTP0_4, TFTP0_3, HEAD
version 0.3

#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <assert.h>
#include <pwd.h>
#include <paths.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/limits.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <elwix.h>
#include <aitcfg.h>
#include <aitsched.h>
#include <aitio.h>

#include "config.h"

#include "defs.h"
#include "tftp.h"


#endif

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