Subversion Repositories Tewi

Rev

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

Rev 215 Rev 219
Line 1... Line 1...
1
/* $Id: tw_config.h 215 2024-10-02 19:24:43Z nishi $ */
1
/* $Id: tw_config.h 219 2024-10-02 20:40:37Z 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 12... Line 12...
12
#include "tw_http.h"
12
#include "tw_http.h"
13
 
13
 
14
#include <stdint.h>
14
#include <stdint.h>
15
#include <stdbool.h>
15
#include <stdbool.h>
16
 
16
 
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__)
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
18
#include <winsock2.h>
18
#include <winsock2.h>
19
#define NO_IPV6
19
#define NO_IPV6
20
#else
20
#else
21
#ifdef __PPU__
21
#ifdef __PPU__
22
#include <net/net.h>
22
#include <net/net.h>