Subversion Repositories Tewi

Rev

Rev 156 | Rev 212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 187
Line 1... Line 1...
1
/* $Id: tw_config.h 156 2024-09-25 12:28:10Z nishi $ */
1
/* $Id: tw_config.h 187 2024-09-28 00:07:34Z nishi $ */
2
 
2
 
3
#ifndef __TW_CONFIG_H__
3
#ifndef __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
5
 
5
 
6
#ifdef __cplusplus
6
#ifdef __cplusplus
Line 16... Line 16...
16
 
16
 
17
#ifdef __MINGW32__
17
#ifdef __MINGW32__
18
#include <winsock2.h>
18
#include <winsock2.h>
19
#define NO_IPV6
19
#define NO_IPV6
20
#else
20
#else
-
 
21
#ifdef __PPU__
-
 
22
#include <net/net.h>
-
 
23
#endif
21
#include <netinet/in.h>
24
#include <netinet/in.h>
22
#ifdef __HAIKU__
25
#ifdef __HAIKU__
23
#define NO_IPV6
26
#define NO_IPV6
24
#endif
27
#endif
25
#endif
28
#endif