+2001-12-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
+ * yow.c: Include <config.h>.
+
2001-12-21 Francesco Potorti` <pot@gnu.org>
* etags.c (Perl_functions): Tag packages and use them in sub tags.
*
* 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 <config.h>
+#endif
+
#include <stdio.h>
#ifndef HAVE_STDLIB_H
}
}
fclose (mddf);
- fclose (mfilef);
+ fclose (mfilef);
return 0;
}
#define NO_SHORTNAMES
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#undef signal
#define NO_SHORTNAMES
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
#endif
#include <signal.h>
#ifdef HAVE_CONFIG_H
#define NO_SHORTNAMES /* Tell config not to load remap.h */
-#include <../src/config.h>
+#include <config.h>
#else
#define MAIL_USE_POP
#endif
This version sorts the output by function name. */
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <ctype.h>
#ifndef HAVE_STDLIB_H /* config.h includes stdlib. */
* With dynamic memory allocation.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <ctype.h>
#ifdef HAVE_STRING_H