Changeset 503
- Timestamp:
- Apr 13, 2016, 8:58:18 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r499 r503 12 12 dnl start 13 13 dnl 14 AM_INIT_AUTOMAKE(samhain, 4.1. 2)14 AM_INIT_AUTOMAKE(samhain, 4.1.3) 15 15 AC_DEFINE([SAMHAIN], 1, [Application is samhain]) 16 16 AC_CANONICAL_HOST -
trunk/docs/Changelog
r502 r503 1 1 4.1.3: 2 * on Cygwin, the AvoidBlock function is now off by default 3 (problem reported by Fred C) 2 4 * tighter sanity checks in sh_static.c 3 5 * fix regression with '--enable-static' in sh_static.c -
trunk/src/sh_calls.c
r481 r503 320 320 321 321 #if defined (SH_WITH_CLIENT) || defined (SH_STANDALONE) 322 #if defined(HOST_IS_CYGWIN) || defined(__cygwin__) || defined(__CYGWIN32__) || defined(__CYGWIN__) 323 static int sh_use_sub = 0; 324 #else 322 325 static int sh_use_sub = 1; 326 #endif 323 327 #else 324 328 static int sh_use_sub = 0;
Note:
See TracChangeset
for help on using the changeset viewer.