add HasStrdup
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Apr 1991 11:21:37 +0000 (11:21 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Apr 1991 11:21:37 +0000 (11:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2061 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index 9d63dc67889b71bda91d84e7fa5d44d768d901a4..2c31139d950a4bd76f14b5a04aa0fc7a6961233d 100644 (file)
 /* #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