summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/site.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def
index 9d63dc6788..2c31139d95 100644
--- a/src/config/site.def
+++ b/src/config/site.def
@@ -176,6 +176,10 @@
/* #define HasVsyslog -- turn on if you have vsyslog in libc
(might want to be in the architecture-specific
configuration file) */
+/* #define HasStrdup -- turn on if you have strdup() in libc
+ (might want to be in the architecture-specific
+ configuration file) */
+
/* #define LdLibLocations -L/foo/bar -- alternate library search paths,
if needed for some system libraries */
/* #define StandardIncludes -I/foo/bar -- additional include paths, if