Commit dc128166 dc128166aa0ed44a19eeedbe5cf2a9881dfe05f8 by Alain Magloire

Remove -DTESTING macro.

1 parent d89c8a52
1 CFLAGS = -Wall -pedantic -g -DTESTING 1 AUTOMAKE_OPTIONS = ../lib/ansi2knr
2 CFLAGS = -Wall -pedantic -g
2 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib 3 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
3 4
4 bin_PROGRAMS = frm 5 bin_PROGRAMS = frm
......
1 AUTOMAKE_OPTIONS = ../lib/ansi2knr
1 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include 2 INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
2 CPPFLAGS = -Wall -pedantic -ansi 3 CFLAGS = -Wall -pedantic -ansi
3 4
4 sbin_PROGRAMS = imap4d 5 sbin_PROGRAMS = imap4d
5 6
......