Date: | Fri, 17 Sep 2010 09:36:49 +0200 |
From: | Olaf Flebbe <O.Flebbe@science-computing.de> |
To: | krb5-bugs@mit.edu |
Subject: | pkinit.h is missing autoconf.h |
Hi,
HP-UX compiler does not compile pkinit_srv.c et al. because the
#define inline __inline from autoconf.h is not included.
Fix:
diff -ur orig.032044/krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
--- orig.032044/krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
2009-10-31 01:48:38.000000000 +0100
+++ krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h 2010-09-13
15:24:42.000000000 +0200
@@ -35,6 +35,7 @@
#include <krb5/preauth_plugin.h>
#include <k5-int-pkinit.h>
#include <profile.h>
+#include "autoconf.h"
#include "pkinit_accessor.h"
/*
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Michel Lepert
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
HP-UX compiler does not compile pkinit_srv.c et al. because the
#define inline __inline from autoconf.h is not included.
Fix:
diff -ur orig.032044/krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
--- orig.032044/krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h
2009-10-31 01:48:38.000000000 +0100
+++ krb5-1.8.3/src/plugins/preauth/pkinit/pkinit.h 2010-09-13
15:24:42.000000000 +0200
@@ -35,6 +35,7 @@
#include <krb5/preauth_plugin.h>
#include <k5-int-pkinit.h>
#include <profile.h>
+#include "autoconf.h"
#include "pkinit_accessor.h"
/*
--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Michel Lepert
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196
Message body is not shown because sender requested not to inline it.