X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fconfig.h;h=eff2f2d426ce53a9e42c5685397db4920f558e5b;hb=f00b56b34a1d43c6cc3e7489fdde4f284d776420;hp=c10b2fc3e68ffa8fc519b89f66d5acfce867d2a4;hpb=de42af2c838bd38f306bc2c67d0c74dd1125d86b;p=xboard.git diff --git a/winboard/config.h b/winboard/config.h index c10b2fc..eff2f2d 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -1,5 +1,6 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ + /* Define if you have that is POSIX.1 compatible. */ /*#undef HAVE_SYS_WAIT_H*/ @@ -27,9 +28,7 @@ #define HAVE_GETTIMEOFDAY 0 /* Use our own random() defined in winboard.c. */ -#define HAVE_RANDOM 1 -#define random myrandom -#define srandom mysrandom +#define HAVE_RANDOM 0 #define HAVE_SYS_SOCKET_H 0 @@ -37,9 +36,23 @@ #define LAST_PTY_LETTER 'q' -#define PATCHLEVEL "pre7" +/* Name of package */ +#define PACKAGE "WinBoard" + +/* 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 "WinBoard" -#define PRODUCT "WinBoard" +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "WinBoard 4.4.0j" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "winboard" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "4.4.0j" #define PTY_ITERATION @@ -55,7 +68,7 @@ #define USE_PTYS 0 -#define VERSION "4.2" +#define VERSION "4.4" /*#undef X_WCHAR*/ @@ -127,7 +140,17 @@ #define _strdup(x) strdup(x) #define STRICT #define _winmajor 3 /* windows 95 */ -#define SCF_DEFAULT 0x0000 -#define SCF_ALL 0x0004 #endif +/* Some definitions required by MSVC 4.1 */ +#ifndef WM_MOUSEWHEEL +#define WM_MOUSEWHEEL 0x020A +#endif +#ifndef SCF_DEFAULT +#define SCF_DEFAULT 0x0000 +#define SCF_ALL 0x0004 +#endif + +#ifdef _MSC_VER +#define snprintf _snprintf +#endif