File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / inc / global.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Mar 16 17:24:03 2011 UTC (13 years, 3 months ago) by misho
Branches: MAIN
CVS tags: cli2_1, HEAD, CLI2_0
2.0

/*************************************************************************
* (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: global.h,v 1.3 2011/03/16 17:24:03 misho Exp $
*
*************************************************************************/
#ifndef __GLOBAL_H
#define __GLOBAL_H


#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <termios.h>
#include <poll.h>
#include <ctype.h>
#include <libutil.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/queue.h>
#include <aitio.h>
#include <aittelnet.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <arpa/telnet.h>


#include "aitcli.h"
#include "defs.h"


#endif

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