+2004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * cvtmail.c, yow.c: Include config.h.
+
2004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
* test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
* Author: Larry Kolodney, 1985
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
return result;
}
-/* cvmtmail.c ends here */
+/* cvtmail.c ends here */
* With dynamic memory allocation.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <ctype.h>
#include <../src/epaths.h> /* For PATH_DATA. */