summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc/xmlrpc_config.h.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-28 21:26:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-28 21:26:20 (GMT)
commit638eb8e68eb22c4dd048d5a225dffb376b701691 (patch)
tree36c48226149bccbd92881fcd1aa53b8abf2dd974 /Utilities/cmxmlrpc/xmlrpc_config.h.in
parenta5501b11f63c9fbde9a849a362ed6583b75abd75 (diff)
downloadCMake-638eb8e68eb22c4dd048d5a225dffb376b701691.zip
CMake-638eb8e68eb22c4dd048d5a225dffb376b701691.tar.gz
CMake-638eb8e68eb22c4dd048d5a225dffb376b701691.tar.bz2
ENH: Add example
Diffstat (limited to 'Utilities/cmxmlrpc/xmlrpc_config.h.in')
-rw-r--r--Utilities/cmxmlrpc/xmlrpc_config.h.in5
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