setenv.h
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:0k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. /* Copyright (C) 1995, 1996 by Sven Berkvens (sven@stack.nl) */
  2. #ifndef HAVE_SETENV
  3. #ifndef NOFORWARDS
  4. extern char *getenv PROTO((const char *));
  5. extern int setenv PROTO((const char *, const char *, int));
  6. extern VOID unsetenv PROTO((const char *));
  7. #endif /* NOFORWARDS */
  8. #endif /* HAVE_SETENV */