issetugid.c
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:0k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /* $Id: issetugid.c,v 1.6 1999/05/13 16:35:57 karls Exp $ */
  2. #ifdef HAVE_CONFIG_H
  3. #include "autoconf.h"
  4. #endif  /* HAVE_CONFIG_H */
  5. #include "common.h"
  6. #if !HAVE_ISSETUGID
  7. int
  8. issetugid()
  9. {
  10. return 1; /* don't know, better safe than sorry. */
  11. }
  12. #else
  13. static void avoid_error __P((void));
  14. static void avoid_error()
  15. {
  16. avoid_error();
  17. }
  18. #endif /* !HAVE_ISSETUGID */