InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gch.h File Reference

Headers for all external dependencies. More...

#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/variant.hpp>
#include <msgpack.hpp>
#include <cryptopp/sha.h>
#include <pcrecpp.h>
#include <zmq.h>
#include "spooky.h"
#include <lz4.h>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <queue>
#include <ctime>
#include <utility>
#include <algorithm>
#include <sstream>
#include <stack>
#include <stdint.h>
#include <pthread.h>
#include <errno.h>
#include <endian.h>
#include <sys/epoll.h>
#include <poll.h>
#include <netdb.h>
#include <fcntl.h>
#include <string.h>
#include <signal.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <dlfcn.h>
#include <mcheck.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <sched.h>
#include "Mbox.h"
#include "defs.h"
Include dependency graph for gch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _BSD_SOURCE
 

Detailed Description

Headers for all external dependencies.

Author
Mark Travis mtrav.nosp@m.is15.nosp@m.432+s.nosp@m.rc@g.nosp@m.mail..nosp@m.com
Date
Tue Dec 17 13:11:21 2013

Originally so named because pre-compilation was applied to speed the build process (Global Precompiled Header). Stopped pre-compilation awhile back, but didn't change the filename.

Definition in file gch.h.

Macro Definition Documentation

#define _BSD_SOURCE

Definition at line 66 of file gch.h.