summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-04-30 11:21:37 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-04-30 11:21:37 +0000
commitd66ae05f42a5314c1340d8b757acd7ad4f3a59e5 (patch)
tree4064f30d3db475edfc3d3ffa90fbf2d3c3f679d5 /src/config
parenta07ceefb3e8da95bbf054ccf25e72f82e094df58 (diff)
downloadkrb5-d66ae05f42a5314c1340d8b757acd7ad4f3a59e5.tar.gz
krb5-d66ae05f42a5314c1340d8b757acd7ad4f3a59e5.tar.xz
krb5-d66ae05f42a5314c1340d8b757acd7ad4f3a59e5.zip
add HasStrdup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2061 dc483132-0cff-0310-8789-dd5450dbe970
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