Merge commit 'v4.3.16'
[xboard.git] / config.h
index f0e09d3..ba3a502 100644 (file)
--- a/config.h
+++ b/config.h
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */\r
-\r
-/* [HGM] Defining ADJUDICATE switches on rep-draw and insuf-material draws */\r
-#define ADJUDICATE\r
-\r
-/* [HGM] Defining FAIRY allows different K- & Q-side piece symbols */\r
-#define FAIRY\r
-\r
-#define GOTHIC "Gothic Chess (see www.GothicChess.com) is licensed under U.S. Patent #6,481,716 by Ed Trice"\r
-#define FALCON "Falcon Chess (see www.chessvariants.com) is licensed under U.S. Patent #5,690,334 by George W. Duke"\r
-\r
-/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */\r
-/*#undef HAVE_SYS_WAIT_H*/\r
-\r
-/* Define if you need to in order for stat and other things to work.  */\r
-/*#undef _POSIX_SOURCE*/\r
-\r
-/* Define as the return type of signal handlers (int or void).  */\r
-/*#undef RETSIGTYPE*/\r
-\r
-/* Define if you have the ANSI C header files.  */\r
-#define STDC_HEADERS 1\r
-\r
-/* Define if you can safely include both <sys/time.h> and <time.h>.  */\r
-/*#undef TIME_WITH_SYS_TIME*/\r
-\r
-/* Define if lex declares yytext as a char * by default, not a char[].  */\r
-/*#undef YYTEXT_POINTER*/\r
-\r
-/*#define FIRST_PTY_LETTER 'p'*/\r
-\r
-#define HAVE_FCNTL_H 1\r
-\r
-#define HAVE_GETHOSTNAME 0\r
-\r
-#define HAVE_GETTIMEOFDAY 0\r
-\r
-/* Use our own random() defined in winboard.c. */\r
-#define HAVE_RANDOM 1\r
-#define random myrandom\r
-#define srandom mysrandom\r
-\r
-#define HAVE_SYS_SOCKET_H 0\r
-\r
-/*#undef IBMRTAIX*/\r
-\r
-#define LAST_PTY_LETTER 'q'\r
-\r
-#define PATCHLEVEL "13c"\r
-\r
-#define PRODUCT "WinBoard"\r
-\r
-#define PTY_ITERATION\r
-\r
-#define PTY_NAME_SPRINTF\r
-\r
-#define PTY_TTY_NAME_SPRINTF\r
-\r
-#define REMOTE_SHELL ""\r
-\r
-/*#undef RTU*/\r
-\r
-/*#undef UNIPLUS*/\r
-\r
-#define USE_PTYS 0\r
-\r
-#define VERSION "4.3"\r
-\r
-/*#undef X_WCHAR*/\r
-\r
-#ifndef __BORLANDC__\r
-#define WIN32 1\r
-#else\r
-#define WIN32\r
-#endif\r
-\r
-#define ZIPPY 1\r
-\r
-/* Define if you have the _getpty function.  */\r
-/*#undef HAVE__GETPTY*/\r
-\r
-/* Define if you have the ftime function.  */\r
-#define HAVE_FTIME 1\r
-\r
-/* Define if you have the grantpt function.  */\r
-/*#undef HAVE_GRANTPT*/\r
-\r
-/* Define if you have the rand48 function.  */\r
-/*#undef HAVE_RAND48*/\r
-\r
-/* Define if you have the sysinfo function.  */\r
-/*#undef HAVE_SYSINFO*/\r
-\r
-/* Define if you have the <lan/socket.h> header file.  */\r
-/*#undef HAVE_LAN_SOCKET_H*/\r
-\r
-/* Define if you have the <string.h> header file.  */\r
-#define HAVE_STRING_H 1\r
-\r
-/* Define if you have the <stropts.h> header file.  */\r
-/*#undef HAVE_STROPTS_H*/\r
-\r
-/* Define if you have the <sys/fcntl.h> header file.  */\r
-#define HAVE_SYS_FCNTL_H 0\r
-\r
-/* Define if you have the <sys/systeminfo.h> header file.  */\r
-/*#undef HAVE_SYS_SYSTEMINFO_H*/\r
-\r
-/* Define if you have the <sys/time.h> header file.  */\r
-/*#undef HAVE_SYS_TIME_H*/\r
-\r
-/* Define if you have the <unistd.h> header file.  */\r
-/*#undef HAVE_UNISTD_H*/\r
-\r
-/* Define if you have the i library (-li).  */\r
-/*#undef HAVE_LIBI*/\r
-\r
-/* Define if you have the seq library (-lseq).  */\r
-/*#undef HAVE_LIBSEQ*/\r
-\r
-/*\r
-  Options\r
-  -DEMULATE_RSH -DREMOTE_SHELL=\"\" is necessary on Windows 95, because it\r
-    does not have its own rsh command.  It works better this way on NT too,\r
-    because the NT rsh does not propagate signals to the remote process.\r
-  -DATTENTION is included even though I haven't been able to send signals to\r
-    child processes on Windows, because at least I can send them over rsh to\r
-    Unix programs.  On Windows I send a newline instead, which wakes up the\r
-    chess program if it's polling.  On my GNU Chess port the newline actually \r
-    works even for Move Now.\r
-*/\r
-#define EMULATE_RSH 1\r
-#define ATTENTION 1\r
-\r
-#ifdef __BORLANDC__\r
-#define _strdup(x) strdup(x)\r
-#define STRICT\r
-#define _winmajor 3  /* windows 95 */\r
-#define SCF_DEFAULT 0x0000\r
-#define SCF_ALL 0x0004\r
-#endif\r
-\r
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
+
+/* template */
+#define ATTENTION 1
+
+/* template */
+/* #undef DEFINED_SYS_ERRLIST */
+
+/* template */
+/* #undef FIRST_PTY_LETTER */
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+#define HAVE_DIRENT_H 1
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have the `ftime' function. */
+/* #undef HAVE_FTIME */
+
+/* Define to 1 if you have the `gethostname' function. */
+#define HAVE_GETHOSTNAME 1
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define to 1 if you have the `grantpt' function. */
+#define HAVE_GRANTPT 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <lan/socket.h> header file. */
+/* #undef HAVE_LAN_SOCKET_H */
+
+/* Define to 1 if you have the `i' library (-li). */
+/* #undef HAVE_LIBI */
+
+/* Define to 1 if you have the `seq' library (-lseq). */
+/* #undef HAVE_LIBSEQ */
+
+/* template */
+#define HAVE_LIBXPM 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+/* #undef HAVE_NDIR_H */
+
+/* Define to 1 if you have the `rand48' function. */
+/* #undef HAVE_RAND48 */
+
+/* Define to 1 if you have the `random' function. */
+#define HAVE_RANDOM 1
+
+/* Define to 1 if you have the `setitimer' function. */
+#define HAVE_SETITIMER 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <stropts.h> header file. */
+#define HAVE_STROPTS_H 1
+
+/* Define to 1 if you have the `sysinfo' function. */
+/* #undef HAVE_SYSINFO */
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_DIR_H */
+
+/* Define to 1 if you have the <sys/fcntl.h> header file. */
+/* #undef HAVE_SYS_FCNTL_H */
+
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+/* #undef HAVE_SYS_NDIR_H */
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/systeminfo.h> header file. */
+/* #undef HAVE_SYS_SYSTEMINFO_H */
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the `usleep' function. */
+#define HAVE_USLEEP 1
+
+/* Define to 1 if you have the <X11/xpm.h> header file. */
+#define HAVE_X11_XPM_H 1
+
+/* Define to 1 if you have the `_getpty' function. */
+/* #undef HAVE__GETPTY */
+
+/* template */
+/* #undef IBMRTAIX */
+
+/* template */
+/* #undef LAST_PTY_LETTER */
+
+/* Name of package */
+#define PACKAGE "xboard"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "bug-xboard@gnu.org"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "xboard"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "xboard 4.4.0e"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "xboard"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "4.4.0e"
+
+/* template */
+#define PATCHLEVEL ""
+
+/* template */
+#define PRODUCT ""
+
+/* template */
+/* #undef PTY_ITERATION */
+
+/* template */
+/* #undef PTY_NAME_SPRINTF */
+
+/* template */
+/* #undef PTY_OPEN */
+
+/* template */
+/* #undef PTY_TTY_NAME_SPRINTF */
+
+/* template */
+#define REMOTE_SHELL "rsh"
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* template */
+/* #undef RTU */
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* template */
+/* #undef UNIPLUS */
+
+/* template */
+#define USE_PTYS 0
+
+/* template */
+/* #undef USE_XAW3D */
+
+/* template */
+#define VERSION "4.4.0e"
+
+/* Define to 1 if the X Window System is missing or not being used. */
+/* #undef X_DISPLAY_MISSING */
+
+/* template */
+/* #undef X_LOCALE */
+
+/* template */
+/* #undef X_WCHAR */
+
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+   `char[]'. */
+#define YYTEXT_POINTER 1
+
+/* should zippy be enabled */
+#define ZIPPY 1