license.h (Firebird-3.0.2.32703-0.tar.bz2) | : | license.h (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 91 | skipping to change at line 91 | |||
#endif // Sparc | #endif // Sparc | |||
#ifdef i386 | #ifdef i386 | |||
#define FB_PLATFORM "SI" | #define FB_PLATFORM "SI" | |||
#endif // i386 | #endif // i386 | |||
#ifdef AMD64 | #ifdef AMD64 | |||
#define FB_PLATFORM "SI" | #define FB_PLATFORM "SI" | |||
#endif | #endif | |||
#ifndef FB_PLATFORM | #ifndef FB_PLATFORM | |||
#define FB_PLATFORM "S3" | #define FB_PLATFORM "S3" | |||
#endif | #endif | |||
#endif // __sun | #endif /* __sun */ | |||
#ifdef AIX | #ifdef AIX | |||
#ifdef AIX_PPC | #ifdef AIX_PPC | |||
#define FB_PLATFORM "PA" | #define FB_PLATFORM "PA" | |||
#else | #else | |||
#define FB_PLATFORM "IA" | #define FB_PLATFORM "IA" | |||
#endif | #endif | |||
#endif // aix | #endif /* aix */ | |||
#ifdef WIN_NT | #ifdef WIN_NT | |||
#ifdef i386 | #ifdef i386 | |||
#define FB_PLATFORM "WI" | #define FB_PLATFORM "WI" | |||
#else | #else | |||
#define FB_PLATFORM "NP" | #define FB_PLATFORM "NP" | |||
#endif // i386 | #endif // i386 | |||
#endif | #endif | |||
#ifdef LINUX | #ifdef LINUX | |||
skipping to change at line 147 | skipping to change at line 147 | |||
#endif | #endif | |||
#ifndef FB_VERSION | #ifndef FB_VERSION | |||
#define FB_VERSION FB_PLATFORM "-" FB_BUILD_TYPE FB_MAJOR_VER "." FB_MINOR_ VER "." FB_REV_NO "." FB_BUILD_NO FB_DEV_VERSION " " FB_BUILD_SUFFIX | #define FB_VERSION FB_PLATFORM "-" FB_BUILD_TYPE FB_MAJOR_VER "." FB_MINOR_ VER "." FB_REV_NO "." FB_BUILD_NO FB_DEV_VERSION " " FB_BUILD_SUFFIX | |||
#endif | #endif | |||
#ifndef ISC_VERSION | #ifndef ISC_VERSION | |||
#define ISC_VERSION FB_PLATFORM "-" FB_BUILD_TYPE ISC_MAJOR_VER "." I SC_MINOR_VER "." FB_REV_NO "." FB_BUILD_NO " " FB_BUILD_SUFFIX | #define ISC_VERSION FB_PLATFORM "-" FB_BUILD_TYPE ISC_MAJOR_VER "." I SC_MINOR_VER "." FB_REV_NO "." FB_BUILD_NO " " FB_BUILD_SUFFIX | |||
#endif | #endif | |||
#endif // JRD_LICENSE_H | #endif /* JRD_LICENSE_H */ | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |