Files
archived-pecl-console-termbox/config.w32
Adam Saponara 056fe7e979 initial commit
2014-08-16 04:00:41 -04:00

14 lines
303 B
JavaScript

// $Id$
// vim:ft=javascript
// If your extension references something external, use ARG_WITH
// ARG_WITH("termbox", "for termbox support", "no");
// Otherwise, use ARG_ENABLE
// ARG_ENABLE("termbox", "enable termbox support", "no");
if (PHP_TERMBOX != "no") {
EXTENSION("termbox", "termbox.c");
}