Author: zwelch
Date: 2009-05-12 10:24:47 +0200 (Tue, 12 May 2009)
New Revision: 1759
Modified:
trunk/configure.in
trunk/src/helper/replacements.h
Log:
Make system.h private by including it from config.h autoheader.
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-05-12 07:44:57 UTC (rev 1758)
+++ trunk/configure.in 2009-05-12 08:24:47 UTC (rev 1759)
@@ -778,6 +778,10 @@
fi
AM_CONFIG_HEADER(config.h)
+AH_BOTTOM([
+#include "system.h"
+])
+
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AM_MAINTAINER_MODE
Modified: trunk/src/helper/replacements.h
===================================================================
--- trunk/src/helper/replacements.h 2009-05-12 07:44:57 UTC (rev 1758)
+++ trunk/src/helper/replacements.h 2009-05-12 08:24:47 UTC (rev 1759)
@@ -27,7 +27,6 @@
#define REPLACEMENTS_H
#include "types.h"
-#include "system.h"
/* MIN,MAX macros */
#ifndef MIN
|