~ubuntu-branches/ubuntu/oneiric/luatex/oneiric

« back to all changes in this revision

Viewing changes to source/texk/web2c/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-10-22 02:16:43 UTC
  • mfrom: (1.1.8 upstream) (4.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091022021643-hvoq5boj9y5q92ao
Tags: 0.40.6-1
* new upstream release (add Announce file)
* fix FTBFS due to new poppler version (Closes: #529331)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
/* The stuff from the path searching library.  */
32
32
#include <kpathsea/config.h>
33
33
#include <web2c/c-auto.h>
34
 
#include <kpathsea/c-vararg.h>
 
34
#include <stdarg.h>
35
35
 
36
36
/* How to open a binary file.  */
37
37
#include <kpathsea/c-fopen.h>
105
105
 
106
106
/* strtol.c */
107
107
#ifndef HAVE_STRTOL
108
 
extern long strtol P3H(const char *, char **, int);
 
108
extern long strtol (const char *, char **, int);
109
109
#endif
110
110
 
111
111
/* From uexit.c.  This is here because the lib/ and web2c/ routines
112
112
   themselves can use it, but they don't need cpascal.h.  */
113
 
extern void uexit P1H(int status);
 
113
extern void uexit (int status);
114
114
 
115
115
/* usage.c */
116
 
extern void usage P1H(const_string progname);
117
 
extern void usagehelp P2H(const_string *message, const_string bug_email);
 
116
extern void usage (const_string progname);
 
117
extern void usagehelp (const_string *message, const_string bug_email);
118
118
 
119
119
#endif /* not WEB2C_CONFIG_H */