comparison lib-src/movemail.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents f00054d40753
children 623be452ebb8
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
51 #include <sys/types.h> 51 #include <sys/types.h>
52 #include <sys/stat.h> 52 #include <sys/stat.h>
53 #include <sys/file.h> 53 #include <sys/file.h>
54 #include <errno.h> 54 #include <errno.h>
55 #define NO_SHORTNAMES /* Tell config not to load remap.h */ 55 #define NO_SHORTNAMES /* Tell config not to load remap.h */
56 #include "../src/config.h" 56 #include <../src/config.h>
57 57
58 #ifdef USG 58 #ifdef USG
59 #include <fcntl.h> 59 #include <fcntl.h>
60 #include <unistd.h> 60 #include <unistd.h>
61 #ifndef F_OK 61 #ifndef F_OK