[11060] Fix compile of builtin ACE on FreeBSD

This commit is contained in:
zergtmn 2011-01-22 02:05:35 +05:00
parent d67219e327
commit f7a45e9e9a
2 changed files with 2 additions and 2 deletions

View file

@ -6472,7 +6472,7 @@ dnl FIXME!!!
dnl The following is a kludge until the netdb reentrant function
dnl number of arguments is handled.
case "$host" in
*linux*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);;
*linux* | *freebsd*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);;
*) ;;
esac

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11059"
#define REVISION_NR "11060"
#endif // __REVISION_NR_H__