doom3-gpl
Doom 3 GPL source release
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
neo
curl
src
config-win32.h
Go to the documentation of this file.
1
/* src/config-win32.h. manually created to look like a config.h. */
2
/* Define if you have the stricmp function. */
3
#define HAVE_STRICMP 1
4
5
/* Define cpu-machine-OS */
6
#define OS "i386-pc-win32"
7
8
/* Define if you have the <io.h> header file. */
9
#define HAVE_IO_H 1
10
11
/* Define if you have the <limits.h> header file */
12
#define HAVE_LIMITS_H 1
13
14
/* Define if you have the strdup function. */
15
#define HAVE_STRDUP 1
16
17
/* Define if you have the <fcntl.h> header file. */
18
#define HAVE_FCNTL_H 1
19
20
/* Define if you have utime() */
21
#define HAVE_UTIME 1
22
23
/* Define if you have the <sys/utime.h> header file */
24
#define HAVE_SYS_UTIME_H 1
25
26
/*************************************************
27
* This section is for compiler specific defines.*
28
*************************************************/
29
#ifdef MINGW32
/* Borland and MS don't have this */
30
31
/* Define if you have the <unistd.h> header file. */
32
#define HAVE_UNISTD_H 1
33
34
#endif
This page is maintained by
Wladimir van der Laan
. Generated on Mon Nov 17 2014 12:23:15 for doom3-gpl by
1.8.6
.