From 76ede14af1ae63f833d15ea827cc70787aeaa528 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 21 Jan 2000 02:01:10 +0000 Subject: [PATCH] Add strsep test results to platform.h --- lib/isc/include/isc/platform.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in index 662986d004..77c7af944a 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -58,6 +58,11 @@ */ @ISC_PLATFORM_NEEDPORTT@ +/* + * If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined. + */ +@ISC_PLATFORM_NEEDSTRSEP@ + /* * Define either ISC_PLATFORM_BSD44MSGHDR or ISC_PLATFORM_BSD43MSGHDR */