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

« back to all changes in this revision

Viewing changes to U/new/i_langinfo.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: i_langinfo.U,v 1.1 2003/08/09 23:12:04 rmanfredi Exp $
 
2
?RCS:
 
3
?RCS: @COPYRIGHT@
 
4
?RCS:
 
5
?RCS: $Log: i_langinfo.U,v $
 
6
?RCS: Revision 1.1  2003/08/09 23:12:04  rmanfredi
 
7
?RCS: New units for gtk-gnutella.
 
8
?RCS:
 
9
?RCS: Revision 3.0.1.1  1994/08/29  16:22:43  ram
 
10
?RCS: patch32: created
 
11
?RCS:
 
12
?MAKE:i_langinfo: Inhdr
 
13
?MAKE:  -pick add $@ %<
 
14
?S:i_langinfo:
 
15
?S:     This variable conditionally defines the I_LANGINFO symbol, and indicates
 
16
?S:     whether a C program should include <langinfo.h>.
 
17
?S:.
 
18
?C:I_LANGINFO:
 
19
?C:     This symbol, if defined, indicates to the C program that it should
 
20
?C:     include <langinfo.h>.
 
21
?C:.
 
22
?H:#$i_langinfo I_LANGINFO              /**/
 
23
?H:.
 
24
?LINT:set i_langinfo
 
25
: see if this is a langinfo system
 
26
set langinfo.h i_langinfo
 
27
eval $inhdr
 
28