File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / global.h
Revision 1.1.1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Thu Nov 24 00:08:55 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
again rework callbacks :) for easy init all with NULL
finish log_mqtt.so

#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 <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <aitcfg.h>
#include <sqlite3.h>

#include "defs.h"
#include "aitmqtt.h"


#endif

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