diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-01-17 17:39:43 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-01-17 17:39:43 +0000 |
| commit | 5d54802ccdb484507af9d55ec0eedd9cd5b18de8 (patch) | |
| tree | 4ed97ad68633589b3426bc19551580efb08bad7d /src/config | |
| parent | 422d7ddc0c850ed8ed1f1bb085cd22f7edb91a53 (diff) | |
Added strerror to the release; fixed usage of Has* in the config Imakefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3350 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/Project.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index 92cd39752..9ef9cfb4f 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -142,6 +142,19 @@ #endif #endif +#ifndef HasVfprintf +#define HasVfprintf NO +#endif +#ifndef HasVsyslog +#define HasVsyslog NO +#endif +#ifndef HasStrdup +#define HasStrdup NO +#endif +#ifndef HasStrerror +#define HasStrerror NO +#endif + /* Hack around sun cpp bug */ PEPSY_WARNING_STRING = \ |
