File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 09:02:50 2012 UTC (11 years, 11 months ago) by misho
Branches: MAIN
CVS tags: mqtt1_2, MQTT1_1, HEAD
version 1.1

#ifndef __GLOBAL_H
#define __GLOBAL_H


#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <assert.h>
#include <syslog.h>
#include <dlfcn.h>
#include <time.h>
#include <netdb.h>
#include <signal.h>
#include <pwd.h>
#include <pthread.h>
#include <poll.h>
#include <regex.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/mman.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <aitio.h>
#include <aitcfg.h>
#include <aitsched.h>
#include <aitmqtt.h>
#include <sqlite3.h>

#include "defs.h"


#endif

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