Subversion Repositories Tewi

Rev

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

Rev 359 Rev 400
Line 1... Line 1...
1
/* $Id: config.c 359 2024-10-16 14:34:51Z nishi $ */
1
/* $Id: config.c 400 2024-11-03 05:19:42Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 8... Line 8...
8
#include <stdint.h>
8
#include <stdint.h>
9
#include <stdlib.h>
9
#include <stdlib.h>
10
#include <string.h>
10
#include <string.h>
11
#include <sys/stat.h>
11
#include <sys/stat.h>
12
 
12
 
-
 
13
#ifdef NEED_DIRECT
-
 
14
#include <direct.h>
-
 
15
#endif
-
 
16
 
13
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
17
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
14
#include <unistd.h>
18
#include <unistd.h>
15
#endif
19
#endif
16
 
20
 
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__) && !defined(__DOS__))
21
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__) && !defined(__DOS__))