Subversion Repositories Tewi

Rev

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

Rev 315 Rev 328
Line 1... Line 1...
1
/* $Id: tw_config.h 315 2024-10-14 10:01:02Z nishi $ */
1
/* $Id: tw_config.h 328 2024-10-14 17:54:06Z 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 11... Line 11...
11
 
11
 
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
#ifdef __NeXT__
-
 
17
#include <sys/types.h>
-
 
18
#endif
16
 
19
 
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
20
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
18
#ifdef USE_WINSOCK1
21
#ifdef USE_WINSOCK1
19
#include <winsock.h>
22
#include <winsock.h>
20
#else
23
#else