#ifndef WHY2_CHAT_COMMON_H #define WHY2_CHAT_COMMON_H //INCLUDES #include #include #include #include //DEFINES #define SA struct sockaddr #define SERVER_PORT 944 #define SEND_LENGTH 4096 #endif