mud/fluffos-2.23-ds03/testsuite/include/config.h
2020-09-06 05:43:07 -07:00

10 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