diff -r 1f13c483db00 -r 4d9a6e854cec src/protocols/zephyr/sysdep.h --- a/src/protocols/zephyr/sysdep.h Thu Jun 23 15:44:16 2005 +0000 +++ b/src/protocols/zephyr/sysdep.h Sat Jun 25 17:58:42 2005 +0000 @@ -4,7 +4,7 @@ * Created by: Greg Hudson * * $Source$ - * $Author: thekingant $ + * $Author: nosnilmot $ * $Zephyr: /mit/zephyr/src/include/zephyr/RCS/zephyr_conf.h,v 1.8 90/12/21 17:40:40 raeburn Exp $ * * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. @@ -30,7 +30,7 @@ #include #include -#ifdef STDC_HEADERS +#if defined(STDC_HEADERS) || defined(HAVE_STDLIB_H) # include #else # ifdef HAVE_MALLOC_H @@ -59,7 +59,7 @@ #endif /* Strings. */ -#ifdef STDC_HEADERS +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) # include #else # ifndef HAVE_STRCHR