File:  [ELWIX - Embedded LightWeight unIX -] / libaitio / inc / global.h
Revision 1.2.4.3: download - view: text, annotated - select for diffs - revision graph
Mon Jul 5 12:03:04 2010 UTC (14 years ago) by misho
Branches: io1_3
Diff to: branchpoint 1.2: preferred, unified
forgoten header remove

    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.2.4.3 2010/07/05 12:03:04 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 <sys/ioctl.h>
   26: #include <sys/tty.h>
   27: #include <sys/ioctl_compat.h>
   28: #include <readline/readline.h>
   29: #include <readline/history.h>
   30: 
   31: #ifdef AIO_OPS
   32: #include <aio.h>
   33: #endif
   34: 
   35: 
   36: #include "aitio.h"
   37: #include "defs.h"
   38: 
   39: 
   40: #endif

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