translated a handfull of strings and set the codeset to UTF-8 for the translations.
[xboard.git] / winboard-dm-beta4 / 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 #define HAVE_RANDOM 0
30
31 #define HAVE_SYS_SOCKET_H 0
32
33 /*#undef IBMRTAIX*/
34
35 #define LAST_PTY_LETTER 'q'
36
37 #define PATCHLEVEL "6-dm-beta4"
38
39 #define PRODUCT "WinBoard"
40
41 #define PTY_ITERATION
42
43 #define PTY_NAME_SPRINTF
44
45 #define PTY_TTY_NAME_SPRINTF
46
47 #define REMOTE_SHELL ""
48
49 /*#undef RTU*/
50
51 /*#undef UNIPLUS*/
52
53 #define USE_PTYS 0
54
55 #define VERSION "4.2"
56
57 /*#undef X_WCHAR*/
58
59 #ifndef __BORLANDC__
60 #define WIN32 1
61 #else
62 #define WIN32
63 #endif
64
65 #define ZIPPY 1
66
67 /* Define if you have the _getpty function.  */
68 /*#undef HAVE__GETPTY*/
69
70 /* Define if you have the ftime function.  */
71 #define HAVE_FTIME 1
72
73 /* Define if you have the grantpt function.  */
74 /*#undef HAVE_GRANTPT*/
75
76 /* Define if you have the rand48 function.  */
77 /*#undef HAVE_RAND48*/
78
79 /* Define if you have the sysinfo function.  */
80 /*#undef HAVE_SYSINFO*/
81
82 /* Define if you have the <lan/socket.h> header file.  */
83 /*#undef HAVE_LAN_SOCKET_H*/
84
85 /* Define if you have the <string.h> header file.  */
86 #define HAVE_STRING_H 1
87
88 /* Define if you have the <stropts.h> header file.  */
89 /*#undef HAVE_STROPTS_H*/
90
91 /* Define if you have the <sys/fcntl.h> header file.  */
92 #define HAVE_SYS_FCNTL_H 0
93
94 /* Define if you have the <sys/systeminfo.h> header file.  */
95 /*#undef HAVE_SYS_SYSTEMINFO_H*/
96
97 /* Define if you have the <sys/time.h> header file.  */
98 /*#undef HAVE_SYS_TIME_H*/
99
100 /* Define if you have the <unistd.h> header file.  */
101 /*#undef HAVE_UNISTD_H*/
102
103 /* Define if you have the i library (-li).  */
104 /*#undef HAVE_LIBI*/
105
106 /* Define if you have the seq library (-lseq).  */
107 /*#undef HAVE_LIBSEQ*/
108
109 /*
110   Options
111   -DEMULATE_RSH -DREMOTE_SHELL=\"\" is necessary on Windows 95, because it
112     does not have its own rsh command.  It works better this way on NT too,
113     because the NT rsh does not propagate signals to the remote process.
114   -DATTENTION is included even though I haven't been able to send signals to
115     child processes on Windows, because at least I can send them over rsh to
116     Unix programs.  On Windows I send a newline instead, which wakes up the
117     chess program if it's polling.  On my GNU Chess port the newline actually 
118     works even for Move Now.
119 */
120 #define EMULATE_RSH 1
121 #define ATTENTION 1
122
123 #ifdef __BORLANDC__
124 #define _strdup(x) strdup(x)
125 #define STRICT
126 #define _winmajor 3  /* windows 95 */
127 #define SCF_DEFAULT 0x0000
128 #define SCF_ALL 0x0004
129 #endif
130