# HG changeset patch # User Pavel Jank # Date 1009664668 0 # Node ID 83c1951257f1bbce176c59f43790481d13273c28 # Parent c67f88ae0e05acce36aa76694038e685b1e08e68 Include . diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/cvtmail.c --- a/lib-src/cvtmail.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/cvtmail.c Sat Dec 29 22:24:28 2001 +0000 @@ -29,11 +29,14 @@ * * In order to get rmail to read the messages, the resulting file must * be mv'ed to ~/mbox, and then have rmail invoked on them. - * + * * Author: Larry Kolodney, 1985 */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include #ifndef HAVE_STDLIB_H @@ -119,7 +122,7 @@ } } fclose (mddf); - fclose (mfilef); + fclose (mfilef); return 0; } diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/emacsclient.c --- a/lib-src/emacsclient.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/emacsclient.c Sat Dec 29 22:24:28 2001 +0000 @@ -23,7 +23,7 @@ #define NO_SHORTNAMES #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #undef signal diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/emacsserver.c --- a/lib-src/emacsserver.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/emacsserver.c Sat Dec 29 22:24:28 2001 +0000 @@ -28,7 +28,7 @@ #define NO_SHORTNAMES #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/pop.c --- a/lib-src/pop.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/pop.c Sat Dec 29 22:24:28 2001 +0000 @@ -21,7 +21,7 @@ #ifdef HAVE_CONFIG_H #define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include <../src/config.h> +#include #else #define MAIL_USE_POP #endif diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/sorted-doc.c --- a/lib-src/sorted-doc.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/sorted-doc.c Sat Dec 29 22:24:28 2001 +0000 @@ -23,7 +23,10 @@ This version sorts the output by function name. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #ifndef HAVE_STDLIB_H /* config.h includes stdlib. */ diff -r c67f88ae0e05 -r 83c1951257f1 lib-src/yow.c --- a/lib-src/yow.c Sat Dec 29 22:21:10 2001 +0000 +++ b/lib-src/yow.c Sat Dec 29 22:24:28 2001 +0000 @@ -10,7 +10,10 @@ * With dynamic memory allocation. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #ifdef HAVE_STRING_H