From 2ae95f35e566afdee93ea06bbf02443257ce7716 Mon Sep 17 00:00:00 2001 From: sasha Date: Mon, 17 Sep 2007 09:35:13 +0000 Subject: [DEV-23] improvements in configure.in IPv6 (Sasha) [DEV-23] Autodiscovery for IPv6 (Sasha) [DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha) [DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei) [DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei) [DEV-18] Modified structures of include/db.h to have larger length for IP addresses. [DEV-18] database schema enhanced for IPv6 addresses (Alexei) Minor fix for confgure.in. support of --enable-ipv6 for configure.in (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4752 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/defines.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/include/defines.inc.php') diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index d52df3c4..8360dd51 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -437,6 +437,8 @@ /* Define if your logs are in non-standard format */ /* define('ZBX_LOG_ENCODING_DEFAULT', 'Shift_JIS');*/ + define('ZBX_HAVE_IPV6', 1); + global $_GET, $_POST, $_COOKIE, $_REQUEST; /* Support for PHP5. PHP5 does not have $HTTP_..._VARS */ -- cgit