]> git.eshelyaron.com Git - emacs.git/commitdiff
(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 23:37:04 +0000 (23:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 23:37:04 +0000 (23:37 +0000)
lib-src/movemail.c

index 295b006911bba28683897ae02d9c72afd7fc6397..3739e01371d2b70cb72205c0e48c75759ca36667 100644 (file)
@@ -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