summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2007-10-19 02:09:24 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2007-10-19 02:09:24 +0000
commiteb75ae358f49f93ffdeb7a66609d332d754ac13a (patch)
tree4249184b7f347959b2e94ad27a1e33e0b2e300d0 /configure.ac
parent219bd69fb2ec6ece60f512b97dd525b5287d52b3 (diff)
downloadds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.tar.gz
ds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.tar.xz
ds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.zip
Resolves: #339031
Summary: Solaris: warnings reported by the Solaris compiler
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 851c6579..d5062748 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,6 +310,7 @@ case $host in
AC_DEFINE([sunos5], [1], [SunOS5])
AC_DEFINE([OSVERSION], [509], [OS version])
AC_DEFINE([_REENTRANT], [1], [_REENTRANT])
+ AC_DEFINE([NO_DOMAINNAME], [1], [no getdomainname])
dnl socket nsl and dl are required to link several programs and libdb
LIBSOCKET=-lsocket
AC_SUBST([LIBSOCKET], [$LIBSOCKET])