File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / global.h
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Apr 19 20:00:31 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: io1_7, IO1_6, HEAD
release 1.6

    1: /*************************************************************************
    2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: global.h,v 1.5 2011/04/19 20:00:31 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __GLOBAL_H
   10: #define __GLOBAL_H
   11: 
   12: 
   13: #define COMPAT_43TTY
   14: 
   15: #include "config.h"
   16: 
   17: #include <stdio.h>
   18: #include <stdlib.h>
   19: #include <stdarg.h>
   20: #include <string.h>
   21: #include <unistd.h>
   22: #include <errno.h>
   23: #include <regex.h>
   24: #include <termios.h>
   25: #include <glob.h>
   26: #include <fcntl.h>
   27: #include <ctype.h>
   28: #include <sys/types.h>
   29: #include <sys/param.h>
   30: #include <sys/event.h>
   31: #include <sys/stat.h>
   32: #include <sys/ioctl.h>
   33: #include <sys/tty.h>
   34: #include <sys/ioctl_compat.h>
   35: #include <readline/readline.h>
   36: #include <readline/history.h>
   37: 
   38: #ifdef AIO_OPS
   39: #include <aio.h>
   40: #endif
   41: 
   42: 
   43: #include "aitio.h"
   44: #include "defs.h"
   45: 
   46: 
   47: #endif

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