[patch 5.005_02] dos-djgpp update
[p5sagit/p5-mst-13.2.git] / x2p / a2p.h
index 8053046..392e9e6 100644 (file)
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
 /* All of these are in stdlib.h or time.h for ANSI C */
 Time_t time();
 struct tm *gmtime(), *localtime();
+#if defined(OEMVS) || defined(__OPEN_VM)
+char *(strchr)(), *(strrchr)();
+char *(strcpy)(), *(strcat)();
+#else
 char *strchr(), *strrchr();
 char *strcpy(), *strcat();
+#endif
 #endif /* ! STANDARD_C */
 
 #ifdef VMS