The ISC_STRERRORSIZE was defined in isc/platform.h header as the
value was different between Windows and POSIX platforms. Now that
Windows is gone, move the define to where it belongs.
***** Platform-dependent defines.
*****/
-/***
- *** Default strerror_r buffer size
- ***/
-
-#define ISC_STRERRORSIZE 128
-
/***
*** System limitations
***/
#include <isc/string.h>
+/***
+ *** Default strerror_r buffer size
+ ***/
+
+#define ISC_STRERRORSIZE 128
+
#if defined(strerror_r)
#undef strerror_r
#endif /* if defined(strerror_r) */