File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / global.h
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Thu Feb 10 22:01:34 2011 UTC (13 years, 4 months ago) by misho
Branches: MAIN
CVS tags: io1_6, io1_5, IO1_5, IO1_4, HEAD
final version

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.4 2011/02/10 22:01:34 misho Exp $
*
*************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#define COMPAT_43TTY

#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <regex.h>
#include <termios.h>
#include <glob.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/event.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/tty.h>
#include <sys/ioctl_compat.h>
#include <readline/readline.h>
#include <readline/history.h>

#ifdef AIO_OPS
#include <aio.h>
#endif


#include "aitio.h"
#include "defs.h"


#endif

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