~ubuntu-branches/ubuntu/karmic/gtk-gnutella/karmic

« back to all changes in this revision

Viewing changes to U/new/d_sendfile.U

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2004-05-22 15:26:55 UTC
  • Revision ID: james.westby@ubuntu.com-20040522152655-lyi6iaswmy4hq4wy
Tags: upstream-0.93.3.0
ImportĀ upstreamĀ versionĀ 0.93.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
?RCS: $Id: d_sendfile.U,v 1.2 2003/08/10 14:46:44 rmanfredi Exp $
 
2
?RCS:
 
3
?RCS: @COPYRIGHT@
 
4
?RCS:
 
5
?MAKE:d_sendfile: Inlibc
 
6
?MAKE:  -pick add $@ %<
 
7
?S:d_sendfile:
 
8
?S:     This variable conditionally defines the HAS_SENDFILE symbol, which
 
9
?S:     indicates to the C program that the sendfile() routine is available.
 
10
?S:.
 
11
?C:HAS_SENDFILE:
 
12
?C:     This symbol, if defined, indicates that the sendfile routine is
 
13
?C:     available.
 
14
?C:.
 
15
?H:#$d_sendfile HAS_SENDFILE            /**/
 
16
?H:.
 
17
?LINT:set d_sendfile
 
18
: see if sendfile exists
 
19
set sendfile d_sendfile
 
20
eval $inlibc
 
21