summaryrefslogtreecommitdiff
path: root/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'services.h')
-rw-r--r--services.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/services.h b/services.h
index 88b4a7051..e207e971b 100644
--- a/services.h
+++ b/services.h
@@ -19,6 +19,10 @@
#include "sysconf.h"
#include "config.h"
+#ifndef MAX_CMD_HASH
+#define MAX_CMD_HASH 1024
+#endif
+
/* Some Linux boxes (or maybe glibc includes) require this for the
* prototype of strsignal(). */
#define _GNU_SOURCE