changeset 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 f41d9619ffc4
children 83b8438fa1a4
files lib-src/movemail.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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