00001 00002 #ifndef __JBXL_INFO_SYSTEM_NET_H_ 00003 #define __JBXL_INFO_SYSTEM_NET_H_ 00004 00021 #include "password.h" 00022 #include "cipher.h" 00023 #include "xtools.h" 00024 00025 #include "dh_tool.h" 00026 #include "ssl_tool.h" 00027 #include "ldap_tool.h" 00028 00029 00030 #ifdef ENABLE_SSL 00031 00032 00033 // サーバ側でのコマンド受信処理 00034 Buffer get_command(Buffer); 00035 Buffer get_operand(Buffer); 00036 Buffer get_comment(Buffer); 00037 00038 00039 #include "isnet_server.h" 00040 00041 #include "isnet_client.h" 00042 00043 00044 #endif // ENABLE_SSL 00045 #endif // __JBXL_INFO_SYSTEM_NET_H_ 00046