summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index da07a71..e87814e 100644
--- a/syshead.h
+++ b/syshead.h
@@ -448,6 +448,14 @@ socket_defined (const socket_descriptor_t sd)
#define USE_64_BIT_COUNTERS
/*
+ * Should we enable the use of execve() for calling subprocesses,
+ * instead of system()?
+ */
+#if defined(HAVE_EXECVE) && defined(HAVE_FORK)
+#define ENABLE_EXECVE
+#endif
+
+/*
* Do we have point-to-multipoint capability?
*/