[devel] Added -D_ALLSOURCE in configure.ac, makefile.aix, and CMakeLists.txt

when building on AIX.
This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 12:48:10 -06:00
parent 1beadafcc7
commit 64af5394f5
7 changed files with 21 additions and 16 deletions

View File

@@ -22,11 +22,6 @@
#ifndef PNGCONF_H
#define PNGCONF_H
/* Added at libpng-1.2.43 */
#ifdef _AIX
#define _ALL_SOURCE 1
#endif
#ifndef PNG_NO_LIMITS_H
# include <limits.h>
#endif