From 75dbea2bc03a224900292dea1701f1b305f3fa06 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Mon, 11 May 2009 10:23:34 -0700 Subject: Generated autotools files for syntax validation feature. A change was also made to Makefile.am to avoid library versioning for our C++ plug-in libraries. This change should allow us to use autogen.sh on recent platforms without running into issues during build-time. --- config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 981e8157..aeec5dbc 100644 --- a/config.h.in +++ b/config.h.in @@ -408,7 +408,7 @@ /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t /* SunOS5 */ -- cgit