File: config.w32

package info (click to toggle)
libsixel 1.5.2-2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 13,684 kB
  • sloc: ansic: 20,253; sh: 4,273; cpp: 1,227; makefile: 402; python: 306; xml: 271; ruby: 31; perl: 26
file content (8 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
// $ Id: $
// vim:ft=javascript

ARG_ENABLE('sixel' , 'PHP interface to libsixel', 'no');
if (PHP_SIXEL == "yes") {
  EXTENSION("sixel", "sixel.c");
  AC_DEFINE("HAVE_SIXEL", 1, "sixel support");
}