source file of the Flower Library
(c) '95, '96, '97 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ DEPRECATED
*/
#include <fstream.h>
#include <ctype.h>
+#include <stdlib.h>
#include "international.hh"
#include "data-file.hh"
# -pipe makes it go faster, but is not supported on all platforms.
# EXTRA_CXXFLAGS= -Wall -Winline -W -Wmissing-prototypes -Wmissing-declarations -Wconversion
-EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion
+EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wconversion
CXXFLAGS = $(ICFLAGS) $(DEFINES) $(addprefix -I,$(INCLUDES)) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) $($(PACKAGE)_CFLAGS) $($(PACKAGE)_CXXFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS)
CXX_OUTPUT_OPTION = $< -o $@