fluffos/testsuite/include/config.h
Yucong Sun b327a775dc
Migrate buildsystem to CMake (#431)
fix #361

* basic functional cmake rules
* Adding missing libraies
* Successfully compiled under cmake
* Make sure .sh always has eol=lf
* final cmake related changes
* Getting rid of autoconf automake and jemalloc
* Move testsuite to top directory
* auto config packages using cmake
* Fix file modes
* basic preprocessor
* Adding portbind back
* Fix travis
* Lower libevent requirement to 2.0
* Restore testsuite/log dir
2019-01-07 20:29:34 -08:00

9 lines
227 B
C

/*
* if "global include file" is specified in the config file, this header
* file is automatically included by all objects; otherwise, you have to
* #include it manually
*/
#ifndef __CONFIG_H__
#define __CONFIG_H__
#endif