socks5p.h
资源名称:socks5.zip [点击查看]
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:
代理服务器
开发平台:
Unix_Linux
- /* Copyright (c) 1995,1996,1997 NEC Corporation. All rights reserved. */
- /* */
- /* The redistribution, use and modification in source or binary forms of */
- /* this software is subject to the conditions set forth in the copyright */
- /* document ("Copyright") included with this distribution. */
- /*
- * $Id: socks5p.h,v 1.15 1997/06/16 15:28:51 steve Exp $
- */
- #ifndef SOCKS5P_H
- #define SOCKS5P_H
- /* everybody can include this...it just cleans up the code... */
- #include "config.h"
- #include "hide.h"
- #include "includes.h"
- #include "hide.h"
- #include "defs.h"
- #include "socks5api.h"
- #include "system.h"
- #include "protos.h"
- #endif