mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +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 The following is a kludge until the netdb reentrant function
|
||||||
dnl number of arguments is handled.
|
dnl number of arguments is handled.
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*linux*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);;
|
*linux* | *freebsd*) AC_DEFINE([ACE_LACKS_NETDB_REENTRANT_FUNCTIONS]);;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11059"
|
#define REVISION_NR "11060"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue