Changeset 347 in Main for trunk/Server/tw_config.h


Ignore:
Timestamp:
Oct 16, 2024, 1:33:28 AM (4 weeks ago)
Author:
Nishi
Message:

does not really work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r328 r347  
    3535#define NO_IPV6
    3636#endif
    37 #endif
    38 
    39 #ifdef __NETWARE__
    40 struct in_addr {
    41         unsigned int s_addr;
    42 };
    43 
    44 struct sockaddr_in {
    45         unsigned short sin_family;
    46         unsigned short sin_port;
    47         struct in_addr sin_addr;
    48         char sin_zero[8];
    49 };
    5037#endif
    5138
Note: See TracChangeset for help on using the changeset viewer.