~ubuntu-branches/debian/wheezy/courier/wheezy

« back to all changes in this revision

Viewing changes to pcp/intl/textdomain.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2009-03-08 16:42:08 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090308164208-nlve2wtx9bbrulmd
Tags: 0.61.2-1
* New upstream release.
* Lintian:
  - fix chown in courier-webadmin postinst
  - removed courier-base preinst
  - added debhelper token to courier-mta.preinst
  - removed *.conffiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
# include "lock.h"
41
41
#endif
42
42
 
43
 
/* The internal variables in the standalone libintl.a must have different
44
 
   names than the internal variables in GNU libc, otherwise programs
45
 
   using libintl.a cannot be linked statically.  */
46
 
#if !defined _LIBC
47
 
# define _nl_default_default_domain libintl_nl_default_default_domain
48
 
# define _nl_current_default_domain libintl_nl_current_default_domain
49
 
#endif
50
 
 
51
43
/* @@ end of prolog @@ */
52
44
 
53
 
/* Name of the default text domain.  */
54
 
extern const char _nl_default_default_domain[] attribute_hidden;
55
 
 
56
 
/* Default text domain in which entries for gettext(3) are to be found.  */
57
 
extern const char *_nl_current_default_domain attribute_hidden;
58
 
 
59
45
 
60
46
/* Names for the libintl functions are a problem.  They must not clash
61
47
   with existing names and they should follow ANSI C.  But this source