fixed print for alink(n) when n is an attribute node
[luatex.git] / source / libs / libpng / libpng-1.6.15 / contrib / pngminim / encoder / pngusr.h
blob997d44fe9040de6e96cb21bdb6bee45052fbe0f1
1 /* minwrpngconf.h: headers to make a minimal png-write-only library
3 * Copyright (c) 2007, 2010-2013 Glenn Randers-Pehrson
5 * This code is released under the libpng license.
6 * For conditions of distribution and use, see the disclaimer
7 * and license in png.h
9 * Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
12 #ifndef MINWRPNGCONF_H
13 #define MINWRPNGCONF_H
15 /* To include pngusr.h set -DPNG_USER_CONFIG in CPPFLAGS */
17 /* List options to turn off features of the build that do not
18 * affect the API (so are not recorded in pnglibconf.h)
21 #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
23 #endif /* MINWRPNGCONF_H */