]> git.pld-linux.org Git - packages/imap.git/blob - imap-headers_fix.patch
ad9bd7d5ed6335c9007c5fffed6baffb8baf63b5
[packages/imap.git] / imap-headers_fix.patch
1 diff -ur imap-2004b.orig/src/osdep/unix/os_lnx.h imap-2004b/src/osdep/unix/os_lnx.h
2 --- imap-2004b.orig/src/osdep/unix/os_lnx.h     2005-01-11 00:16:37.000000000 +0100
3 +++ imap-2004b/src/osdep/unix/os_lnx.h  2005-01-11 00:41:52.000000000 +0100
4 @@ -18,19 +18,6 @@
5   * CPYRIGHT, included with this Distribution.
6   */
7  \f
8 -/*
9 - *** These lines are claimed to be necessary to build on Debian Linux on an
10 - *** Alpha.
11 - */
12 -
13 -#ifndef _XOPEN_SOURCE
14 -#define _XOPEN_SOURCE 1
15 -#endif /* _XOPEN_SOURCE */
16 -#ifndef _BSD_SOURCE
17 -#define _BSD_SOURCE 1
18 -#endif /* _BSD_SOURCE */
19 -
20 -/* end Debian Linux on Alpha strangeness */
21  
22  #include <stdlib.h>
23  #include <string.h>
24 diff -ur imap-2004b.orig/src/osdep/unix/os_slx.h imap-2004b/src/osdep/unix/os_slx.h
25 --- imap-2004b.orig/src/osdep/unix/os_slx.h     2005-01-11 00:16:37.000000000 +0100
26 +++ imap-2004b/src/osdep/unix/os_slx.h  2005-01-11 00:42:11.000000000 +0100
27 @@ -18,19 +18,6 @@
28   * CPYRIGHT, included with this Distribution.
29   */
30  \f
31 -/*
32 - *** These lines are claimed to be necessary to build on Debian Linux on an
33 - *** Alpha.
34 - */
35 -
36 -#ifndef _XOPEN_SOURCE
37 -#define _XOPEN_SOURCE 1
38 -#endif /* _XOPEN_SOURCE */
39 -#ifndef _BSD_SOURCE
40 -#define _BSD_SOURCE 1
41 -#endif /* _BSD_SOURCE */
42 -
43 -/* end Debian Linux on Alpha strangeness */
44  
45  #include <stdlib.h>
46  #include <string.h>
This page took 0.06934 seconds and 2 git commands to generate.