[shibboleth-sp2] 65/100: Forgot to include config.h

Ferenc Wágner wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.

commit fa7934b3db467372d38e8241a9072d1bb14c010c
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Wed Oct 20 20:23:55 2004 +0000

    Forgot to include config.h
---
 oncrpc/xdr.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/oncrpc/xdr.c b/oncrpc/xdr.c
index 09f2397..4cabf31 100644
--- a/oncrpc/xdr.c
+++ b/oncrpc/xdr.c
@@ -51,6 +51,14 @@ static char sccsid[] = "@(#)xdr.c 1.35 87/08/12";
  * most common data items.  See xdr.h for more info on the interface to
  * xdr.
  */
+
+// eventually we might be able to support autoconf via cygwin...
+#if defined (_MSC_VER) || defined(__BORLANDC__)
+# include "config_win32.h"
+#else
+# include "config.h"
+#endif
+
 #ifdef HAVE_STDINT_H
 # include <stdint.h>
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git



More information about the Pkg-shibboleth-devel mailing list