diff options
Diffstat (limited to 'Utilities/cmxmlrpc/xmlrpc_config.h.in')
-rw-r--r-- | Utilities/cmxmlrpc/xmlrpc_config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Utilities/cmxmlrpc/xmlrpc_config.h.in b/Utilities/cmxmlrpc/xmlrpc_config.h.in index 8cf9553..fff0e9d 100644 --- a/Utilities/cmxmlrpc/xmlrpc_config.h.in +++ b/Utilities/cmxmlrpc/xmlrpc_config.h.in @@ -16,6 +16,9 @@ */ #include "xmlrpc_amconfig.h" +#ifndef __xmlrpc_config_h__ +#define __xmlrpc_config_h__ + #define VA_LIST_IS_ARRAY @VA_LIST_IS_ARRAY_DEFINE@ @@ -75,3 +78,5 @@ __inline BOOL setenv(const char* name, const char* value, int i) return (SetEnvironmentVariable(name, value) != 0) ? TRUE : FALSE; } #endif + +#endif |