Subversion Repositories Tewi

Rev

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

Rev 349 Rev 359
Line 1... Line 1...
1
/* $Id: config.c 349 2024-10-15 20:08:08Z nishi $ */
1
/* $Id: config.c 359 2024-10-16 14:34:51Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 12... Line 12...
12
 
12
 
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__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__) && !defined(__DOS__))
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