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
* 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
* new flag NGDEBUG

View File

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