diff h/strings.h @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
line wrap: on
line diff
--- a/h/strings.h	Sun Dec 04 03:21:49 2005 +0900
+++ b/h/strings.h	Wed Dec 06 03:17:53 2006 +0900
@@ -24,7 +24,7 @@
 #define	rindex	strrchr
 #endif /* SYS5 */
 
-#if defined(BSD42) || defined(SVR4) || defined(hpux) || defined(__osf__)
+#if defined(BSD42) || defined(SVR4) || defined(hpux) || defined(__osf__) || defined(linux)
 #if !defined(SVR4) && !defined(__386BSD__) && !defined(BSD44)
 #include <strings.h>
 #else
@@ -55,7 +55,7 @@
 char   *strncpy ();
 #endif
 
-#if !defined(SVR4) && !defined(__386BSD__) && !defined(BSD44)
+#if !defined(SVR4) && !defined(__386BSD__) && !defined(BSD44) && !defined(linux)
 char   *getenv ();
 char   *calloc (), *malloc (), *realloc ();
 #endif	/* SVR4 */