Introduce shared/defines.h to collect commonly used macros. For now
it defines min() / max() macros.
This commit is contained in:
+1
-1
@@ -55,6 +55,7 @@
|
||||
/* TODO: fill in what to include otherwise */
|
||||
|
||||
#include "shared/report.h"
|
||||
#include "shared/defines.h"
|
||||
|
||||
#include "drivers.h"
|
||||
#include "sock.h"
|
||||
@@ -70,7 +71,6 @@
|
||||
#include "drivers.h"
|
||||
#include "main.h"
|
||||
|
||||
|
||||
#if !defined(SYSCONFDIR)
|
||||
# define SYSCONFDIR "/etc"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user