summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-28 23:37:04 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-28 23:37:04 +0000
commit9e83c9ba0e02d44304c651a650433f2ae1774737 (patch)
treed32268896aa3fb45ce1a495fb7ea2cd4c28bc745 /lib-src
parentf5751ee9d337eecdbe61a99deb449aae68872550 (diff)
downloademacs-9e83c9ba0e02d44304c651a650433f2ae1774737.tar.gz
(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/movemail.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index 295b006911b..3739e01371d 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -70,6 +70,13 @@ Boston, MA 02111-1307, USA. */
#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