diff lib-src/b2m.c @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 8eaf7971accc
children 74fd4e045ea6
line wrap: on
line diff
--- a/lib-src/b2m.c	Mon Aug 13 09:49:11 2007 +0200
+++ b/lib-src/b2m.c	Mon Aug 13 09:50:14 2007 +0200
@@ -19,7 +19,7 @@
    by Francesco Potorti` <pot@cnuce.cnr.it>. */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include <../src/config.h>
 /* On some systems, Emacs defines static as nothing for the sake
    of unexec.  We don't want that here since we don't use unexec. */
 #undef static
@@ -34,12 +34,6 @@
 #include <fcntl.h>
 #endif
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-/* On some systems, Emacs defines static as nothing for the sake
-   of unexec.  We don't want that here since we don't use unexec. */
-#undef static
-#endif
 #undef TRUE
 #define TRUE	1
 #undef FALSE