comparison 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
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
17 17
18 /* Made conformant to the GNU coding standards January, 1995 18 /* Made conformant to the GNU coding standards January, 1995
19 by Francesco Potorti` <pot@cnuce.cnr.it>. */ 19 by Francesco Potorti` <pot@cnuce.cnr.it>. */
20 20
21 #ifdef HAVE_CONFIG_H 21 #ifdef HAVE_CONFIG_H
22 #include <config.h> 22 #include <../src/config.h>
23 /* On some systems, Emacs defines static as nothing for the sake 23 /* On some systems, Emacs defines static as nothing for the sake
24 of unexec. We don't want that here since we don't use unexec. */ 24 of unexec. We don't want that here since we don't use unexec. */
25 #undef static 25 #undef static
26 #endif 26 #endif
27 27
32 #include <sys/types.h> 32 #include <sys/types.h>
33 #ifdef MSDOS 33 #ifdef MSDOS
34 #include <fcntl.h> 34 #include <fcntl.h>
35 #endif 35 #endif
36 36
37 #ifdef HAVE_CONFIG_H
38 #include <config.h>
39 /* On some systems, Emacs defines static as nothing for the sake
40 of unexec. We don't want that here since we don't use unexec. */
41 #undef static
42 #endif
43 #undef TRUE 37 #undef TRUE
44 #define TRUE 1 38 #define TRUE 1
45 #undef FALSE 39 #undef FALSE
46 #define FALSE 0 40 #define FALSE 0
47 41