eflxx/eflxx/include/eflxx/System.h

14 lines
147 B
C

#ifdef CWDEBUG
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <libcwd/sys.h>
#endif