Lines Matching full:_supported
56 sup="_SUPPORTED" end # end supported option
58 une="_SUPPORTED" cend # end unsupported option
188 # is omitted, but in this case the "NO_" prefix and the "_SUPPORTED"
194 # without the leading PNG_, PNG_NO_ or the trailing _SUPPORTED.
414 # _SUPPORTED; the macro is enabled if it is defined so long as all
480 print "# define PNG_" $2 "_SUPPORTED" >out
651 # this option. An option is _SUPPORTED if:
653 # all 'requires' are _SUPPORTED AND
654 # at least one of the 'if' options are _SUPPORTED AND
656 # The name is _SUPPORTED (on the command line)
658 # an 'enabledby' is _SUPPORTED
678 print "#ifndef PNG_" r[j] "_SUPPORTED" >out
698 print "#ifdef PNG_" r[j] "_SUPPORTED" >out
720 print "#ifdef PNG_" r[j] "_SUPPORTED" >out
730 print "# ifndef PNG_" i "_SUPPORTED /*!command line*/" >out
741 print "# ifdef PNG_NO_" i "_SUPPORTED" >out
747 # The _SUPPORTED macro must be defined so that dependent
749 print "# define PNG_" i "_SUPPORTED" >out
850 print "#ifndef PNG_" r[j] "_SUPPORTED" >out