Some fixes, enhancements for environment handling.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1424 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-11-23 23:53:15 +00:00
parent 1b317db686
commit 1a42d65a63
6 changed files with 66 additions and 10 deletions
+6
View File
@@ -98,5 +98,11 @@ typedef unsigned short mode_t;
#define snprintf _snprintf
#endif
// setenv()
#ifndef HAVE_SETENV
int setenv (const char *name, const char *value, int overwrite);
#endif
#endif /* _PORT_H */