~ubuntu-branches/ubuntu/trusty/globus-gssapi-gsi/trusty

« back to all changes in this revision

Viewing changes to debian/patches/globus-gssapi-gsi-doxygen.patch

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-27 15:18:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111227151829-wtxfg8n50mup50fo
Tags: 10.2-1
* Update to Globus Toolkit 5.2.0
* Make doc package architecture independent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ur globus_gssapi_gsi-10.2.orig/library/globus_gsi_gss_constants.h globus_gssapi_gsi-10.2/library/globus_gsi_gss_constants.h
 
2
--- globus_gssapi_gsi-10.2.orig/library/globus_gsi_gss_constants.h      2006-01-19 06:56:09.000000000 +0100
 
3
+++ globus_gssapi_gsi-10.2/library/globus_gsi_gss_constants.h   2012-01-05 15:26:47.055685486 +0100
 
4
@@ -14,6 +14,9 @@
 
5
  * limitations under the License.
 
6
  */
 
7
 
 
8
+#ifndef _GLOBUS_GSI_GSSAPI_CONSTANTS_H_
 
9
+#define _GLOBUS_GSI_GSSAPI_CONSTANTS_H_
 
10
+
 
11
 #ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
 
12
 /**
 
13
  * @file globus_gsi_gssapi_constants.h
 
14
@@ -25,9 +28,6 @@
 
15
  */
 
16
 #endif
 
17
 
 
18
-#ifndef _GLOBUS_GSI_GSSAPI_CONSTANTS_H_
 
19
-#define _GLOBUS_GSI_GSSAPI_CONSTANTS_H_
 
20
-
 
21
 extern char *                globus_l_gsi_gssapi_error_strings[];
 
22
 
 
23
 /**
 
24
diff -ur globus_gssapi_gsi-10.2.orig/library/globus_i_gsi_gss_utils.h globus_gssapi_gsi-10.2/library/globus_i_gsi_gss_utils.h
 
25
--- globus_gssapi_gsi-10.2.orig/library/globus_i_gsi_gss_utils.h        2011-11-02 14:47:22.000000000 +0100
 
26
+++ globus_gssapi_gsi-10.2/library/globus_i_gsi_gss_utils.h     2012-01-05 15:25:22.135686229 +0100
 
27
@@ -14,6 +14,9 @@
 
28
  * limitations under the License.
 
29
  */
 
30
 
 
31
+#ifndef GLOBUS_I_GSI_GSS_UTILS_H
 
32
+#define GLOBUS_I_GSI_GSS_UTILS_H
 
33
+
 
34
 #ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
 
35
 /**
 
36
  * @file globus_i_gsi_gss_utils.c
 
37
@@ -25,9 +28,6 @@
 
38
  */
 
39
 #endif
 
40
 
 
41
-#ifndef GLOBUS_I_GSI_GSS_UTILS_H
 
42
-#define GLOBUS_I_GSI_GSS_UTILS_H
 
43
-
 
44
 #include "gssapi.h"
 
45
 #include "gssapi_openssl.h"
 
46
 
 
47
diff -ur globus_gssapi_gsi-10.2.orig/library/gssapi_openssl.h globus_gssapi_gsi-10.2/library/gssapi_openssl.h
 
48
--- globus_gssapi_gsi-10.2.orig/library/gssapi_openssl.h        2010-02-19 22:23:03.000000000 +0100
 
49
+++ globus_gssapi_gsi-10.2/library/gssapi_openssl.h     2012-01-05 15:24:53.315686557 +0100
 
50
@@ -14,6 +14,9 @@
 
51
  * limitations under the License.
 
52
  */
 
53
 
 
54
+#ifndef _GSSAPI_OPENSSL_H
 
55
+#define _GSSAPI_OPENSSL_H
 
56
+
 
57
 #ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
 
58
 /**
 
59
  * @file gssapi_openssl.h
 
60
@@ -25,9 +28,6 @@
 
61
  */
 
62
 #endif
 
63
 
 
64
-#ifndef _GSSAPI_OPENSSL_H
 
65
-#define _GSSAPI_OPENSSL_H
 
66
-
 
67
 #if defined(WIN32)
 
68
 #define _WINSOCKAPI_  //rcg 9/23/03
 
69
 #   include "windows.h"