/* -*-C-*-
-$Id: uxio.c,v 1.51 2003/03/25 01:09:20 cph Exp $
+$Id: uxio.c,v 1.52 2005/07/09 03:28:14 cph Exp $
Copyright 1990,1991,1992,1993,1994,1995 Massachusetts Institute of Technology
Copyright 1996,1997,1998,2000,2001,2003 Massachusetts Institute of Technology
+Copyright 2005 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
return ((scr < 0) ? 0 : scr);
}
-#ifdef _POSIX
-#include <string.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
#else
-extern int EXFUN (strlen, (CONST char *));
+ extern int EXFUN (strlen, (CONST char *));
#endif
void