Subversion Repositories Tewi

Rev

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

Rev 258 Rev 311
Line 1... Line 1...
1
/* $Id: tw_config.h 258 2024-10-04 05:53:35Z nishi $ */
1
/* $Id: tw_config.h 311 2024-10-13 01:23:22Z 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__) || defined(__WATCOMC__)
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__))
18
#ifdef USE_WINSOCK1
18
#ifdef USE_WINSOCK1
19
#include <winsock.h>
19
#include <winsock.h>
20
#else
20
#else
21
#include <winsock2.h>
21
#include <winsock2.h>
22
#endif
22
#endif