~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/progname.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* progname.h: Declarations for argv[0] equivalents.
2
2
 
3
 
   Copyright 1994, 1996, 2008 Karl Berry.
 
3
   Copyright 1994, 1996, 2008, 2010 Karl Berry.
4
4
   Copyright 1999, 2005 Olaf Weber.
5
5
 
6
6
   This library is free software; you can redistribute it and/or
30
30
/* Set the first two variables above (if they're not predefined) to a copy
31
31
   of ARGV0 and everything in ARGV0 after the last directory separator,
32
32
   respectively.  Set kpse_program_name to a copy of PROGNAME or the
33
 
   or the value of program_invocation_short_name if PROGNAME is NULL.
 
33
   value of program_invocation_short_name if PROGNAME is NULL.
34
34
   This function also determines the AUTO* variables. */
35
35
 
36
36
extern KPSEDLL void kpathsea_set_program_name (kpathsea kpse,
49
49
extern KPSEDLL void kpse_set_program_name (const_string argv0,
50
50
                                      const_string progname);
51
51
 
52
 
/* DEPRECATED
53
 
   Set first two variables above (if they're not predefined) to a copy of
 
52
#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
 
53
 
 
54
/* Set first two variables above (if they're not predefined) to a copy of
54
55
   ARGV0 and everything in ARGV0 after the last directory separator,
55
56
   respectively.  kpse_program_name is _always_ set to a copy of everything
56
57
   in ARGV0 after the last directory separator. */
57
58
 
58
59
extern KPSEDLL void kpse_set_progname (const_string argv0);
59
60
 
60
 
#endif
 
61
#endif /* MAKE_KPSE_DLL */
 
62
 
 
63
#endif /* KPSE_COMPAT_API */
61
64
 
62
65
#endif /* not KPATHSEA_PROGNAME_H */