From: cajus Date: Thu, 27 Sep 2007 06:07:18 +0000 (+0000) Subject: Removed NULL definition that someone introduced for heimdal libs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7be1d8c2d5f284463217bc91a0dda097ac154bc2;p=gosa.git Removed NULL definition that someone introduced for heimdal libs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7415 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/functions.inc b/include/functions.inc index 6eb6c4ef9..868e5d8ab 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -34,7 +34,6 @@ define("GL_CONVERT" , 4); define('UNIVERSAL',0x00); define('INTEGER',0x02); define('OCTET_STRING',0x04); -define('NULL',0x05); define('OBJECT_IDENTIFIER ',0x06); define('SEQUENCE',0x10); define('SEQUENCE_OF',0x10);