From: John Kohl Date: Tue, 30 Apr 1991 11:21:37 +0000 (+0000) Subject: add HasStrdup X-Git-Tag: krb5-1.0-alpha5~40 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d66ae05f42a5314c1340d8b757acd7ad4f3a59e5;p=krb5.git add HasStrdup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2061 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/site.def b/src/config/site.def index 9d63dc678..2c31139d9 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