mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11060] Fix compile of builtin ACE on FreeBSD
This commit is contained in:
parent
d67219e327
commit
f7a45e9e9a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11059"
|
||||
#define REVISION_NR "11060"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue