bug reports 1834772, 2787076 and 2787079

This commit is contained in:
h_vogt 2009-05-06 21:43:47 +00:00
parent 0f17142aa1
commit f3c2b111be
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
2009-05-06 Holger Vogt 2009-05-06 Holger Vogt
* pp_lst.c:428 malloc(len+1) +1 added (bug report 2787072) * pp_lst.c:428 malloc(len+1) +1 added (bug report 2787072)
configure.in: (bug reports 2787076 and 2787079) configure.in:803, 958 (bug reports 1834772, 2787076 and 2787079)
2009-05-02 Holger Vogt 2009-05-02 Holger Vogt
* new flag NGDEBUG * new flag NGDEBUG

View File

@ -800,6 +800,9 @@ dnl Define variables for YACC and LEX
*freebsd* ) *freebsd* )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.]) AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])
DLLIBS="";; DLLIBS="";;
*openbsd* )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])
DLLIBS="";;
* ) * )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.]) AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])
DLLIBS="-ldl";; DLLIBS="-ldl";;