File: config.w32

package info (click to toggle)
php-uploadprogress 1.0.3.1-4-g95d8a0f-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 60
  • sloc: ansic: 427; php: 65; xml: 65; makefile: 1
file content (9 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

ARG_ENABLE('uploadprogress' , 'The Upload Progress extension', 'no');

if (PHP_UPLOADPROGRESS != "no") {
	EXTENSION("uploadprogress", "uploadprogress.c");
	AC_DEFINE('HAVE_UPLOADPROGRESS', 1, 'The Upload Progress extension');
}