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

代理服务器

开发平台:

Unix_Linux

  1. /* Copyright (c) 1995,1996,1997 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. /*
  7.  * $Id: socks5p.h,v 1.15 1997/06/16 15:28:51 steve Exp $
  8.  */
  9. #ifndef SOCKS5P_H
  10. #define SOCKS5P_H
  11. /* everybody can include this...it just cleans up the code...                */
  12. #include "config.h"
  13. #include "hide.h"
  14. #include "includes.h"
  15. #include "hide.h"
  16. #include "defs.h"
  17. #include "socks5api.h"
  18. #include "system.h"
  19. #include "protos.h"
  20. #endif