From 860a8e370c205543c1a484ec02bf813ab04df295 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 3 Mar 2005 16:12:46 -0500 Subject: [PATCH] COMP: setenv is not needed any more --- Utilities/cmxmlrpc/xmlrpc_config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/cmxmlrpc/xmlrpc_config.h.in b/Utilities/cmxmlrpc/xmlrpc_config.h.in index af637c359..39bb9049d 100644 --- a/Utilities/cmxmlrpc/xmlrpc_config.h.in +++ b/Utilities/cmxmlrpc/xmlrpc_config.h.in @@ -75,10 +75,12 @@ typedef unsigned long timeout_t; #include /* for _chdir() */ +/* __inline BOOL setenv(const char* name, const char* value, int i) { return (SetEnvironmentVariable(name, value) != 0) ? TRUE : FALSE; } +*/ #endif #endif