[Fedora-directory-commits] ldapserver/ldap/clients/dsgw Versiongw.c, 1.6, 1.7 auth.c, 1.4, 1.5 cgiutil.c, 1.7, 1.8 ckdel.c, 1.5, 1.6 ckdump.c, 1.5, 1.6 ckget.c, 1.5, 1.6 ckpurge.c, 1.5, 1.6 ckput.c, 1.5, 1.6 collate.c, 1.5, 1.6 config.c, 1.7, 1.8 cookie.c, 1.6, 1.7 csearch.c, 1.4, 1.5 dbtdsgw.h, 1.6, 1.7 dnedit.c, 1.4, 1.5 doauth.c, 1.5, 1.6 domodify.c, 1.7, 1.8 dosearch.c, 1.5, 1.6 dsgw.h, 1.8, 1.9 dsgwutil.c, 1.8, 1.9 edit.c, 1.6, 1.7 emitauth.c, 1.4, 1.5 emitf.c, 1.5, 1.6 entrydisplay.c, 1.7, 1.8 error.c, 1.4, 1.5 getopt.c, 1.4, 1.5 htmlout.c, 1.4, 1.5 htmlparse.c, 1.6, 1.7 lang.c, 1.5, 1.6 ldaputil.c, 1.5, 1.6 newentry.c, 1.4, 1.5 search.c, 1.4, 1.5 secglue.c, 1.5, 1.6 sort.c, 1.4, 1.5 tutor.c, 1.5, 1.6 unauth.c, 1.4, 1.5 utf8compare.c, 1.4, 1.5 vcard.c, 1.4, 1.5

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/clients/dsgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/clients/dsgw

Modified Files:
	Versiongw.c auth.c cgiutil.c ckdel.c ckdump.c ckget.c 
	ckpurge.c ckput.c collate.c config.c cookie.c csearch.c 
	dbtdsgw.h dnedit.c doauth.c domodify.c dosearch.c dsgw.h 
	dsgwutil.c edit.c emitauth.c emitf.c entrydisplay.c error.c 
	getopt.c htmlout.c htmlparse.c lang.c ldaputil.c newentry.c 
	search.c secglue.c sort.c tutor.c unauth.c utf8compare.c 
	vcard.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: Versiongw.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/Versiongw.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Versiongw.c	10 Nov 2006 01:42:38 -0000	1.6
+++ Versiongw.c	10 Nov 2006 23:44:38 -0000	1.7
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include "netsite.h"			/* to get MAGNUS_VERSION_STRING */
 
 #ifdef MAGNUS_VERSION_STRING


Index: auth.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/auth.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- auth.c	19 Apr 2005 22:07:01 -0000	1.4
+++ auth.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * auth.c -- CGI authentication form generator -- HTTP gateway
  */


Index: cgiutil.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/cgiutil.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cgiutil.c	11 Apr 2006 02:14:32 -0000	1.7
+++ cgiutil.c	10 Nov 2006 23:44:38 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * cgiutil.c -- CGI-related utility functions -- HTTP gateway
  *


Index: ckdel.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ckdel.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckdel.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ckdel.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include "dsgw.h"
 


Index: ckdump.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ckdump.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckdump.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ckdump.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include "dsgw.h"
 


Index: ckget.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ckget.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckget.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ckget.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include "dsgw.h"
 


Index: ckpurge.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ckpurge.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckpurge.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ckpurge.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include "dsgw.h"
 


Index: ckput.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ckput.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ckput.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ckput.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include "dsgw.h"
 


Index: collate.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/collate.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- collate.c	19 Apr 2005 22:07:02 -0000	1.5
+++ collate.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * collate.c -- routines to collate character strings
  */


Index: config.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/config.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- config.c	22 May 2006 17:28:36 -0000	1.7
+++ config.c	10 Nov 2006 23:44:38 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * config.c -- parse config file for directory server gateway
  */


Index: cookie.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/cookie.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cookie.c	11 Apr 2006 02:14:32 -0000	1.6
+++ cookie.c	10 Nov 2006 23:44:38 -0000	1.7
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * cookie.c -- routines to generate and manipulate cookies for dsgw
  */


Index: csearch.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/csearch.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- csearch.c	19 Apr 2005 22:07:02 -0000	1.4
+++ csearch.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * csearch.c -- CGI program to generate complex search form -- HTTP gateway
  */


Index: dbtdsgw.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dbtdsgw.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dbtdsgw.h	9 Oct 2006 20:38:37 -0000	1.6
+++ dbtdsgw.h	10 Nov 2006 23:44:38 -0000	1.7
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #define LIBRARY_NAME "dsgw"
 
 /* avoid warnings for this extremely annoying variable */


Index: dnedit.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dnedit.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnedit.c	19 Apr 2005 22:07:02 -0000	1.4
+++ dnedit.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /* 
  * Generate a DN edit screen.
  */


Index: doauth.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/doauth.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- doauth.c	19 Apr 2005 22:07:02 -0000	1.5
+++ doauth.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * doauth.c -- CGI authentication handler -- HTTP gateway
  */


Index: domodify.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/domodify.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- domodify.c	22 May 2006 17:28:36 -0000	1.7
+++ domodify.c	10 Nov 2006 23:44:38 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * domodify.c -- LDAP modify CGI handler -- HTTP gateway
  */


Index: dosearch.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dosearch.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dosearch.c	19 Apr 2005 22:07:02 -0000	1.5
+++ dosearch.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * dosearch.c -- CGI search handler -- HTTP gateway
  */


Index: dsgw.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dsgw.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dsgw.h	10 Nov 2006 01:10:45 -0000	1.8
+++ dsgw.h	10 Nov 2006 23:44:38 -0000	1.9
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * dsgw.h -- defines for HTTP gateway 
  */


Index: dsgwutil.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/dsgwutil.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dsgwutil.c	10 Nov 2006 01:05:03 -0000	1.8
+++ dsgwutil.c	10 Nov 2006 23:44:38 -0000	1.9
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * dsgwutil.c -- misc. utility functions -- HTTP gateway
  */


Index: edit.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/edit.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- edit.c	22 May 2006 17:28:36 -0000	1.6
+++ edit.c	10 Nov 2006 23:44:38 -0000	1.7
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * edit.c -- CGI editable entry display -- HTTP gateway
  */


Index: emitauth.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/emitauth.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emitauth.c	19 Apr 2005 22:07:02 -0000	1.4
+++ emitauth.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * emitauth.c -- generate authentication form -- HTTP gateway
  */


Index: emitf.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/emitf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emitf.c	11 Apr 2006 02:14:32 -0000	1.5
+++ emitf.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdarg.h> /* va_list etc. */
 #include <stdio.h> /* sprintf */
 #include <stdlib.h> /* malloc, realloc, free */


Index: entrydisplay.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/entrydisplay.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- entrydisplay.c	22 May 2006 17:28:36 -0000	1.7
+++ entrydisplay.c	10 Nov 2006 23:44:38 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * entrydisplay.c --  output entries one at a time or in a list -- HTTP gateway 
  */


Index: error.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/error.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- error.c	19 Apr 2005 22:07:02 -0000	1.4
+++ error.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * error.c -- error handling functions -- HTTP gateway
  */


Index: getopt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/getopt.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- getopt.c	19 Apr 2005 22:07:02 -0000	1.4
+++ getopt.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.


Index: htmlout.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/htmlout.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- htmlout.c	19 Apr 2005 22:07:02 -0000	1.4
+++ htmlout.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * htmlout.c -- routines to output HTML elements -- HTTP gateway 
  */


Index: htmlparse.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/htmlparse.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- htmlparse.c	22 May 2006 17:28:36 -0000	1.6
+++ htmlparse.c	10 Nov 2006 23:44:38 -0000	1.7
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * htmlparse.c -- routines to parse HTML templates -- HTTP gateway.
  * Stolen from libadmin/template.c and libadmin/form_get.c, originally


Index: lang.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/lang.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lang.c	22 May 2006 17:28:36 -0000	1.5
+++ lang.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /* 
  * Convert a document from ../html, or redirect the server to it.
  */


Index: ldaputil.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/ldaputil.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ldaputil.c	11 Apr 2006 02:14:32 -0000	1.5
+++ ldaputil.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * ldaputil.c -- LDAP utility functions -- HTTP gateway
  */


Index: newentry.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/newentry.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- newentry.c	19 Apr 2005 22:07:02 -0000	1.4
+++ newentry.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * newentry.c -- CGI program to generate newentry form -- HTTP gateway
  */


Index: search.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/search.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- search.c	19 Apr 2005 22:07:02 -0000	1.4
+++ search.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * search.c -- CGI program to generate smart search form -- HTTP gateway
  */


Index: secglue.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/secglue.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- secglue.c	3 Oct 2005 19:53:53 -0000	1.5
+++ secglue.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * secglue.c: Glue routines for the httpd.so shared object. These are 
  * necessary because on many system no garbage collection is performed for


Index: sort.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/sort.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sort.c	19 Apr 2005 22:07:02 -0000	1.4
+++ sort.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /* DON'T SHIP THIS PROGRAM.  It's terribly un-secure, as it
    enables an HTTP client to read the contents of any file.
 */


Index: tutor.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/tutor.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tutor.c	11 Apr 2006 02:14:32 -0000	1.5
+++ tutor.c	10 Nov 2006 23:44:38 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /* 
  * tutor.c - Take a qs, and spit out the appropriate tutorial
  *


Index: unauth.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/unauth.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unauth.c	19 Apr 2005 22:07:03 -0000	1.4
+++ unauth.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * unauth.c -- CGI to discard cookies -- HTTP gateway
  */


Index: utf8compare.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/utf8compare.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- utf8compare.c	19 Apr 2005 22:07:03 -0000	1.4
+++ utf8compare.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>


Index: vcard.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsgw/vcard.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vcard.c	19 Apr 2005 22:07:03 -0000	1.4
+++ vcard.c	10 Nov 2006 23:44:38 -0000	1.5
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
   --- END COPYRIGHT BLOCK ---  */
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * vcard.c -- vCard utility functions -- HTTP gateway
  */




More information about the Fedora-directory-commits mailing list