Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 10446)
+++ trunk/psLib/src/sys/psString.h	(revision 10949)
@@ -14,6 +14,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-12-04 22:15:04 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-01-06 04:13:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -221,4 +221,12 @@
 }
 
+#ifndef DOXYGEN
+#if NO_STRCASESTR
+// this means that the system's libc does not provide strcasestr()
+#define strcasestr(...) p_psstrcasestr(__VA_ARGS__)
+extern char *p_psstrcasestr (const char *haystack, const char *needle)
+    __THROW __attribute_pure__ __nonnull ((1, 2));
+#endif // if NO_STRCASESTR
+#endif // ifndef DOXYGEN
 
 /** @} */// Doxygen - End of SystemGroup Functions
