diff options
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r-- | lib-src/movemail.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index df1c1137df5..3ea4f4521c1 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -275,13 +275,6 @@ main (int argc, char **argv) else #endif { - #ifndef DIRECTORY_SEP - #define DIRECTORY_SEP '/' - #endif - #ifndef IS_DIRECTORY_SEP - #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP) - #endif - /* Use a lock file named after our first argument with .lock appended: If it exists, the mail file is locked. */ /* Note: this locking mechanism is *required* by the mailer |