diff options
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 = \ |
