blob: dad241e2bda7534a645532b7ff988346928f9607 [file] [log] [blame]
Holger Hans Peter Freytherb49f5122011-11-11 21:36:15 +08001diff -urNad libgsm-1.0.10~/Makefile libgsm-1.0.10/Makefile
2--- libgsm-1.0.10~/Makefile 2007-11-01 15:37:52.000000000 +0100
3+++ libgsm-1.0.10/Makefile 2007-11-01 15:48:02.000000000 +0100
4@@ -151,7 +151,7 @@
5
6 HEADERS = $(INC)/proto.h \
7 $(INC)/unproto.h \
8- $(INC)/config.h \
9+ $(INC)/gsm_config.h \
10 $(INC)/private.h \
11 $(INC)/gsm.h \
12 $(INC)/toast.h \
13diff -urNad libgsm-1.0.10~/inc/config.h libgsm-1.0.10/inc/config.h
14--- libgsm-1.0.10~/inc/config.h 2007-11-01 15:37:52.000000000 +0100
15+++ libgsm-1.0.10/inc/config.h 1970-01-01 01:00:00.000000000 +0100
16@@ -1,37 +0,0 @@
17-/*
18- * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
19- * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
20- * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
21- */
22-
23-/*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
24-
25-#ifndef CONFIG_H
26-#define CONFIG_H
27-
28-/*efine SIGHANDLER_T int /* signal handlers are void */
29-/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
30-
31-#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
32-#define HAS_LIMITS_H 1 /* /usr/include/limits.h */
33-#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
34-#define HAS_ERRNO_DECL 1 /* errno.h declares errno */
35-
36-#define HAS_FSTAT 1 /* fstat syscall */
37-#define HAS_FCHMOD 1 /* fchmod syscall */
38-#define HAS_CHMOD 1 /* chmod syscall */
39-#define HAS_FCHOWN 1 /* fchown syscall */
40-#define HAS_CHOWN 1 /* chown syscall */
41-/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
42-
43-#define HAS_STRING_H 1 /* /usr/include/string.h */
44-/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
45-
46-#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
47-#define HAS_UTIME 1 /* POSIX utime(path, times) */
48-/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
49-#define HAS_UTIME_H 1 /* UTIME header file */
50-#define HAS_UTIMBUF 1 /* struct utimbuf */
51-/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
52-
53-#endif /* CONFIG_H */
54diff -urNad libgsm-1.0.10~/inc/gsm_config.h libgsm-1.0.10/inc/gsm_config.h
55--- libgsm-1.0.10~/inc/gsm_config.h 1970-01-01 01:00:00.000000000 +0100
56+++ libgsm-1.0.10/inc/gsm_config.h 2007-11-01 15:46:19.000000000 +0100
57@@ -0,0 +1,37 @@
58+/*
59+ * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
60+ * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
61+ * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
62+ */
63+
64+/*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
65+
66+#ifndef CONFIG_H
67+#define CONFIG_H
68+
69+/*efine SIGHANDLER_T int -* signal handlers are void */
70+/*efine HAS_SYSV_SIGNAL 1 -* sigs not blocked/reset? */
71+
72+#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
73+#define HAS_STDIO_H 1 /* /usr/include/stdio.h */
74+/*efine HAS_LIMITS_H 1 -* /usr/include/limits.h */
75+#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
76+
77+#define HAS_FSTAT 1 /* fstat syscall */
78+#define HAS_FCHMOD 1 /* fchmod syscall */
79+#define HAS_CHMOD 1 /* chmod syscall */
80+#define HAS_FCHOWN 1 /* fchown syscall */
81+#define HAS_CHOWN 1 /* chown syscall */
82+/*efine HAS__FSETMODE 1 -* _fsetmode -- set file mode */
83+
84+#define HAS_STRING_H 1 /* /usr/include/string.h */
85+/*efine HAS_STRINGS_H 1 -* /usr/include/strings.h */
86+
87+#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
88+#define HAS_UTIME 1 /* POSIX utime(path, times) */
89+/*efine HAS_UTIMES 1 -* use utimes() syscall instead */
90+#define HAS_UTIME_H 1 /* UTIME header file */
91+/*efine HAS_UTIMBUF 1 -* struct utimbuf */
92+/*efine HAS_UTIMEUSEC 1 -* microseconds in utimbuf? */
93+
94+#endif /* CONFIG_H */
95diff -urNad libgsm-1.0.10~/inc/toast.h libgsm-1.0.10/inc/toast.h
96--- libgsm-1.0.10~/inc/toast.h 2007-11-01 15:37:52.000000000 +0100
97+++ libgsm-1.0.10/inc/toast.h 2007-11-01 15:48:17.000000000 +0100
98@@ -9,7 +9,7 @@
99 #ifndef TOAST_H
100 #define TOAST_H /* Guard against multiple includes */
101
102-#include "config.h"
103+#include "gsm_config.h"
104
105 #include <sys/types.h>
106 #include <sys/stat.h>
107diff -urNad libgsm-1.0.10~/src/code.c libgsm-1.0.10/src/code.c
108--- libgsm-1.0.10~/src/code.c 2007-11-01 15:37:52.000000000 +0100
109+++ libgsm-1.0.10/src/code.c 2007-11-01 15:48:34.000000000 +0100
110@@ -6,7 +6,7 @@
111
112 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/code.c,v 1.3 1996/07/02 09:59:05 jutta Exp $ */
113
114-#include "config.h"
115+#include "gsm_config.h"
116
117
118 #ifdef HAS_STDLIB_H
119diff -urNad libgsm-1.0.10~/src/gsm_create.c libgsm-1.0.10/src/gsm_create.c
120--- libgsm-1.0.10~/src/gsm_create.c 1996-07-02 16:32:44.000000000 +0200
121+++ libgsm-1.0.10/src/gsm_create.c 2007-11-01 15:48:48.000000000 +0100
122@@ -6,7 +6,7 @@
123
124 static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1.4 1996/07/02 09:59:05 jutta Exp $";
125
126-#include "config.h"
127+#include "gsm_config.h"
128
129 #ifdef HAS_STRING_H
130 #include <string.h>
131diff -urNad libgsm-1.0.10~/src/gsm_destroy.c libgsm-1.0.10/src/gsm_destroy.c
132--- libgsm-1.0.10~/src/gsm_destroy.c 1996-07-02 16:32:39.000000000 +0200
133+++ libgsm-1.0.10/src/gsm_destroy.c 2007-11-01 15:48:57.000000000 +0100
134@@ -7,7 +7,7 @@
135 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_destroy.c,v 1.3 1994/11/28 19:52:25 jutta Exp $ */
136
137 #include "gsm.h"
138-#include "config.h"
139+#include "gsm_config.h"
140 #include "proto.h"
141
142 #ifdef HAS_STDLIB_H
143diff -urNad libgsm-1.0.10~/tls/taste.c libgsm-1.0.10/tls/taste.c
144--- libgsm-1.0.10~/tls/taste.c 1996-07-02 16:33:05.000000000 +0200
145+++ libgsm-1.0.10/tls/taste.c 2007-11-01 15:49:54.000000000 +0100
146@@ -10,7 +10,7 @@
147 #include <string.h>
148 #include <memory.h>
149
150-#include "config.h"
151+#include "gsm_config.h"
152
153 #ifdef HAS_STDLIB_H
154 # include <stdlib.h>