[Fedora-directory-commits] ldapserver/httpd/src ntnsapi.c,1.9,1.10

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 10 23:44:25 UTC 2006


Author: nhosoi

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

Modified Files:
	ntnsapi.c 
Log Message:
Resolves: #214533
Summary: configure needs to support --with-fhs (Comment #6)
Changes: Added the following include next to the end of the copyright block.
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+



Index: ntnsapi.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/httpd/src/ntnsapi.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ntnsapi.c	10 Nov 2006 01:10:43 -0000	1.9
+++ ntnsapi.c	10 Nov 2006 23:44:21 -0000	1.10
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * Aruna Victor	
  * NT NSAPI works differently from UNIX. The DLL doesn't know the addresses




More information about the Fedora-directory-commits mailing list