File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / global.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 15:38:37 2014 UTC (10 years, 4 months ago) by misho
Branches: misho
CVS tags: tftp0_3, tftp0_2, start, TFTP0_2
ELWIX tftpd server

#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 <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>