config.h (snort-2.9.16.1) | : | config.h (snort-2.9.17) | ||
---|---|---|---|---|
skipping to change at line 104 | skipping to change at line 104 | |||
#define VERSION_DEBUG | #define VERSION_DEBUG | |||
#endif | #endif | |||
#define LIBPCAP_ACCUMULATES | #define LIBPCAP_ACCUMULATES | |||
/* | /* | |||
* This version number here, and package name below, | * This version number here, and package name below, | |||
* should both match the ones specified in the | * should both match the ones specified in the | |||
* AM_INIT_AUTOMAKE() macro of configure.in | * AM_INIT_AUTOMAKE() macro of configure.in | |||
*/ | */ | |||
#define VERSION "2.9.16.1"VERSION_ENABLE_RESPONSE"-WIN32"VERSION_DEBUG | #define VERSION "2.9.17"VERSION_ENABLE_RESPONSE"-WIN32"VERSION_DEBUG | |||
#define PACKAGE "snort" | #define PACKAGE "snort" | |||
#define IFNAMSIZ 255 | #define IFNAMSIZ 255 | |||
/* _WIN32_WINNT has been modified to support SetDllDirectory API introduced in | /* _WIN32_WINNT has been modified to support SetDllDirectory API introduced in | |||
* Windows Server 2003 with SP1 and Windows XP with SP2 for Windows DLL Load Vul nerability. | * Windows Server 2003 with SP1 and Windows XP with SP2 for Windows DLL Load Vul nerability. | |||
* As per documentation available on support forum, the macro corresponding to 0 x0502 is _WIN32_WINNT_WS03. | * As per documentation available on support forum, the macro corresponding to 0 x0502 is _WIN32_WINNT_WS03. | |||
* However, Visual studio 6.0 on Win XP SP3 reports this as an undeclared identi fier. | * However, Visual studio 6.0 on Win XP SP3 reports this as an undeclared identi fier. | |||
* So, we decided to use numerical value instead of macro. | * So, we decided to use numerical value instead of macro. | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |