From 8c91dab105029a31dc79e635f70b292783f9cc07 Mon Sep 17 00:00:00 2001 From: neoraider Date: Tue, 12 Jun 2007 17:19:01 +0000 Subject: libzoom: Added gates to level loader; zoom: Added gate to level; some Makefile.am changes --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c8e9bfb..c461f25 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define to 1 if your C compiler doesn't accept -c and -o together. */ +#undef NO_MINUS_C_MINUS_O + /* Name of package */ #undef PACKAGE -- cgit v1.2.3