/* Public domain */ #include #ifndef HAVE_SETENV int setenv(const char *, const char *, int); void unsetenv(const char *); #endif