ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/Makefile.PL
(Generate patch)

Comparing Linux-AIO/Makefile.PL (file contents):
Revision 1.3 by root, Sat May 18 21:48:36 2002 UTC vs.
Revision 1.4 by root, Sun Jul 18 10:56:50 2004 UTC

2 2
3use Config; 3use Config;
4 4
5$Config{ccsymbols} =~ /__i386=1/ or print <<EOF; 5$Config{ccsymbols} =~ /__i386=1/ or print <<EOF;
6 6
7WARNING: This module is architecture-dependent and currently only works on 7WARNING: This module is architecture-dependent and currently only tested on
8 little-endian 32-bit architectures. If the module (esp. aio_read 8 little-endian 32-bit architectures. If the module (esp. aio_read
9 and aio_write) doesn't work, please report this and I'll fix it 9 and aio_write) doesn't work, please report this and I'll fix it
10 for you. I promise ;) 10 for you. I promise ;)
11 11
12EOF 12EOF
13 13
14$Config{osvers} >= 2.4 or print <<EOF; 14$Config{osvers} >= 2.4 or print <<EOF;
15 15
16WARNING: This module requires 64 bit file offste functionality only found 16WARNING: This module requires 64 bit file offset functionality only found
17 in linux-2.4. You might sitll compile this module on older linuxes, 17 in linux-2.4 and later You might sitll compile this module on older linuxes,
18 but it won't run. 18 but it won't run.
19 19
20DEVELOPERS: It is not difficult to get rid of this limitation, ask me and I'll tell 20DEVELOPERS: It is not difficult to get rid of this limitation, ask me and I'll tell
21 you what you need to change (and test, so I can add it!). 21 you what you need to change (and test, so I can add it!).
22 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines