X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fconfig.h;h=01c77a99933af141d72e9ca0f8c1d25fb8c2e11b;hb=727a5e837f561c6edc33dc2a1fb859019d3fbb94;hp=0c8f2319c0c6e4ddb7467bfbab30cd2178af5562;hpb=2ffe5cbbbec01e48d66d490d14de3dcfb49a2703;p=xboard.git diff --git a/winboard/config.h b/winboard/config.h index 0c8f231..01c77a9 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*/ @@ -35,9 +36,23 @@ #define LAST_PTY_LETTER 'q' -#define PATCHLEVEL "8pre" +/* 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 to the full name and version of this package. */ +#define PACKAGE_STRING "WinBoard 4.4.0" -#define PRODUCT "WinBoard" +/* 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.0" #define PTY_ITERATION @@ -53,8 +68,6 @@ #define USE_PTYS 0 -#define VERSION "4.2" - /*#undef X_WCHAR*/ #ifndef __BORLANDC__ @@ -125,6 +138,18 @@ #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 +#define strcasecmp _stricmp #endif