diff lib-src/movemail.c @ 15105:328889a58f6d

(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 1996 23:37:04 +0000
parents f86169152e74
children 32f82ca8b41f
line wrap: on
line diff
--- a/lib-src/movemail.c	Sun Apr 28 19:09:03 1996 +0000
+++ b/lib-src/movemail.c	Sun Apr 28 23:37:04 1996 +0000
@@ -70,6 +70,13 @@
 #undef access
 #endif /* MSDOS */
 
+#ifndef DIRECTORY_SEP
+#define DIRECTORY_SEP '/'
+#endif
+#ifndef IS_DIRECTORY_SEP
+#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
+#endif
+
 #ifdef WINDOWSNT
 #undef access
 #undef unlink