[Fedora-directory-commits] ldapserver configure.ac, 1.41, 1.42 config.h.in, 1.10, 1.11 configure, 1.72, 1.73

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Oct 19 02:09:26 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4455

Modified Files:
	configure.ac config.h.in configure 
Log Message:
Resolves: #339031
Summary: Solaris: warnings reported by the Solaris compiler



Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure.ac,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- configure.ac	18 Oct 2007 00:08:26 -0000	1.41
+++ configure.ac	19 Oct 2007 02:09:23 -0000	1.42
@@ -310,6 +310,7 @@
     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])


Index: config.h.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/config.h.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- config.h.in	18 Oct 2007 00:08:26 -0000	1.10
+++ config.h.in	19 Oct 2007 02:09:23 -0000	1.11
@@ -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
 


Index: configure
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- configure	18 Oct 2007 00:08:26 -0000	1.72
+++ configure	19 Oct 2007 02:09:23 -0000	1.73
@@ -23360,6 +23360,11 @@
 #define _REENTRANT 1
 _ACEOF
 
+
+cat >>confdefs.h <<\_ACEOF
+#define NO_DOMAINNAME 1
+_ACEOF
+
     LIBSOCKET=-lsocket
     LIBSOCKET=$LIBSOCKET
 




More information about the Fedora-directory-commits mailing list