summaryrefslogtreecommitdiff
path: root/pngconf.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-03-31 05:29:33 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:08:49 -0500
commit3a51203c48301dcd1b61f72d520a29a5071b9dad (patch)
tree36e562267293982b00fbed70ffe5e6fc99eef539 /pngconf.h
parent4deeb795f60a3daa631f0d1f2ecf58825a56cde8 (diff)
downloadlibpng-3a51203c48301dcd1b61f72d520a29a5071b9dad.tar.gz
Imported from libpng-1.2.9rc1.tarv1.2.9rc1
Diffstat (limited to 'pngconf.h')
-rw-r--r--pngconf.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/pngconf.h b/pngconf.h
index 9d02cd50d..74f8730a3 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
- * libpng version 1.2.9beta11 - March 22, 2006
+ * libpng version 1.2.9rc1 - March 31, 2006
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2005 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -24,6 +24,9 @@
* includes the resource compiler for Windows DLL configurations.
*/
#ifdef PNG_USER_CONFIG
+# ifndef PNG_USER_PRIVATEBUILD
+# define PNG_USER_PRIVATEBUILD
+# endif
#include "pngusr.h"
#endif
@@ -59,8 +62,8 @@
#endif
#ifdef PRIVATEBUILD
-# pragma message("PRIVATEBUILD is deprecated. Use\
- PNG_USER_PRIVATEBUILD instead.")
+# pragma message("PRIVATEBUILD is deprecated.\
+ Use PNG_USER_PRIVATEBUILD instead.")
# define PNG_USER_PRIVATEBUILD PRIVATEBUILD
#endif
#endif /* __STDC__ */