share.h
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /* Copyright (c) 1996 NEC Corporation.  All rights reserved.                 */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("COPYRIGHT") included with this distribution.                   */
  6. #ifndef SHARE_H
  7. #define SHARE_H
  8. #define DONT_NEED_SIGBLOCK
  9. #define DONT_NEED_SIGPAUSE
  10. #define DONT_NEED_SIGUNBLOCK
  11. #define DONT_NEED_SIGPENDING
  12. #include "sigfix.h"
  13. extern struct hostent *LIBPREFIX(gethostbyname) P((const char *));
  14. extern int LIBPREFIX(close) P((S5IOHandle));
  15. extern int DataRelay P((S5IOHandle, S5IOInfo *, int));
  16. #endif