diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2007-10-19 02:09:24 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2007-10-19 02:09:24 +0000 |
commit | eb75ae358f49f93ffdeb7a66609d332d754ac13a (patch) | |
tree | 4249184b7f347959b2e94ad27a1e33e0b2e300d0 /configure | |
parent | 219bd69fb2ec6ece60f512b97dd525b5287d52b3 (diff) | |
download | ds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.tar.gz ds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.tar.xz ds-eb75ae358f49f93ffdeb7a66609d332d754ac13a.zip |
Resolves: #339031
Summary: Solaris: warnings reported by the Solaris compiler
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23360,6 +23360,11 @@ cat >>confdefs.h <<\_ACEOF #define _REENTRANT 1 _ACEOF + +cat >>confdefs.h <<\_ACEOF +#define NO_DOMAINNAME 1 +_ACEOF + LIBSOCKET=-lsocket LIBSOCKET=$LIBSOCKET |