File: config.w32

package info (click to toggle)
php-radius 1.4.0~b1-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: ansic: 3,010; php: 897; xml: 382; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
// $Id$
// vim:ft=javascript

ARG_WITH("radius", "Radius Support", "no");

if (PHP_RADIUS == "yes") {
	EXTENSION("radius", "radius.c radlib.c radlib_compat.c");
	AC_DEFINE('HAVE_RADIUS', 1, 'Have Radius support', false);
}