Subversion Repositories Tewi

Rev

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

Rev 215 Rev 240
Line 1... Line 1...
1
/* $Id: config.c 215 2024-10-02 19:24:43Z nishi $ */
1
/* $Id: config.c 240 2024-10-03 05:54:55Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "tw_config.h"
5
#include "tw_config.h"
6
#include "tw_module.h"
6
#include "tw_module.h"
Line 13... Line 13...
13
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
13
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
14
#include <unistd.h>
14
#include <unistd.h>
15
#endif
15
#endif
16
 
16
 
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__)
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__)
-
 
18
#ifdef USE_WINSOCK1
-
 
19
#include <winsock.h>
-
 
20
#else
18
#include <winsock2.h>
21
#include <winsock2.h>
19
#endif
22
#endif
-
 
23
#endif
20
 
24
 
21
#include <cm_string.h>
25
#include <cm_string.h>
22
#include <cm_log.h>
26
#include <cm_log.h>
23
 
27
 
24
struct tw_config config;
28
struct tw_config config;