cleanup icsEngineAnalyze
[xboard.git] / winboard / config.h
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
4 /*#undef HAVE_SYS_WAIT_H*/
5
6 /* Define if you need to in order for stat and other things to work.  */
7 /*#undef _POSIX_SOURCE*/
8
9 /* Define as the return type of signal handlers (int or void).  */
10 /*#undef RETSIGTYPE*/
11
12 /* Define if you have the ANSI C header files.  */
13 #define STDC_HEADERS 1
14
15 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
16 /*#undef TIME_WITH_SYS_TIME*/
17
18 /* Define if lex declares yytext as a char * by default, not a char[].  */
19 /*#undef YYTEXT_POINTER*/
20
21 /*#define FIRST_PTY_LETTER 'p'*/
22
23 #define HAVE_FCNTL_H 1
24
25 #define HAVE_GETHOSTNAME 0
26
27 #define HAVE_GETTIMEOFDAY 0
28
29 /* Use our own random() defined in winboard.c. */
30 #define HAVE_RANDOM 1
31 #define random myrandom
32 #define srandom mysrandom
33
34 #define HAVE_SYS_SOCKET_H 0
35
36 /*#undef IBMRTAIX*/
37
38 #define LAST_PTY_LETTER 'q'
39
40 #define PATCHLEVEL "8pre"
41
42 #define PRODUCT "WinBoard"
43
44 #define PTY_ITERATION
45
46 #define PTY_NAME_SPRINTF
47
48 #define PTY_TTY_NAME_SPRINTF
49
50 #define REMOTE_SHELL ""
51
52 /*#undef RTU*/
53
54 /*#undef UNIPLUS*/
55
56 #define USE_PTYS 0
57
58 #define VERSION "4.2"
59
60 /*#undef X_WCHAR*/
61
62 #ifndef __BORLANDC__
63 #define WIN32 1
64 #else
65 #define WIN32
66 #endif
67
68 #define ZIPPY 1
69
70 /* Define if you have the _getpty function.  */
71 /*#undef HAVE__GETPTY*/
72
73 /* Define if you have the ftime function.  */
74 #define HAVE_FTIME 1
75
76 /* Define if you have the grantpt function.  */
77 /*#undef HAVE_GRANTPT*/
78
79 /* Define if you have the rand48 function.  */
80 /*#undef HAVE_RAND48*/
81
82 /* Define if you have the sysinfo function.  */
83 /*#undef HAVE_SYSINFO*/
84
85 /* Define if you have the <lan/socket.h> header file.  */
86 /*#undef HAVE_LAN_SOCKET_H*/
87
88 /* Define if you have the <string.h> header file.  */
89 #define HAVE_STRING_H 1
90
91 /* Define if you have the <stropts.h> header file.  */
92 /*#undef HAVE_STROPTS_H*/
93
94 /* Define if you have the <sys/fcntl.h> header file.  */
95 #define HAVE_SYS_FCNTL_H 0
96
97 /* Define if you have the <sys/systeminfo.h> header file.  */
98 /*#undef HAVE_SYS_SYSTEMINFO_H*/
99
100 /* Define if you have the <sys/time.h> header file.  */
101 /*#undef HAVE_SYS_TIME_H*/
102
103 /* Define if you have the <unistd.h> header file.  */
104 /*#undef HAVE_UNISTD_H*/
105
106 /* Define if you have the i library (-li).  */
107 /*#undef HAVE_LIBI*/
108
109 /* Define if you have the seq library (-lseq).  */
110 /*#undef HAVE_LIBSEQ*/
111
112 /*
113   Options
114   -DEMULATE_RSH -DREMOTE_SHELL=\"\" is necessary on Windows 95, because it
115     does not have its own rsh command.  It works better this way on NT too,
116     because the NT rsh does not propagate signals to the remote process.
117   -DATTENTION is included even though I haven't been able to send signals to
118     child processes on Windows, because at least I can send them over rsh to
119     Unix programs.  On Windows I send a newline instead, which wakes up the
120     chess program if it's polling.  On my GNU Chess port the newline actually 
121     works even for Move Now.
122 */
123 #define EMULATE_RSH 1
124 #define ATTENTION 1
125
126 #ifdef __BORLANDC__
127 #define _strdup(x) strdup(x)
128 #define STRICT
129 #define _winmajor 3  /* windows 95 */
130 #define SCF_DEFAULT 0x0000
131 #define SCF_ALL 0x0004
132 #endif
133