summaryrefslogtreecommitdiffstats
path: root/config.h.in
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 /config.h.in
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 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 71c0ecf2..cecadc7b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -272,6 +272,9 @@
/* Linux */
#undef Linux
+/* no getdomainname */
+#undef NO_DOMAINNAME
+
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O