~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/kpathsea/win32lib.h

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* win32lib.h: bits and pieces for win32 and msvc.
2
2
 
3
 
   Copyright 1996, 1997, 1998 Fabrice Popineau.
4
 
   Copyright 2006, 2011 Akira Kakuto.
 
3
   Copyright 1996, 1997, 1998, 1999 Fabrice Popineau.
 
4
   Copyright 2006, 2010, 2011, 2012 Akira Kakuto.
5
5
 
6
6
   This library is free software; you can redistribute it and/or
7
7
   modify it under the terms of the GNU Lesser General Public
250
250
extern KPSEDLL FILE *kpathsea_win32_popen (kpathsea kpse, const char *cmd, const char *mode);
251
251
extern KPSEDLL int kpathsea_win32_pclose (kpathsea kpse, FILE *f);
252
252
extern KPSEDLL struct passwd *kpathsea_getpwnam (kpathsea kpse, char *name);
253
 
extern KPSEDLL int kpathsea_win32_system(kpathsea kpse, const char *cmd);
 
253
extern KPSEDLL int win32_system(const char *cmd);
254
254
 
255
255
#if defined (KPSE_COMPAT_API)
256
256
extern KPSEDLL struct passwd *getpwnam (char *name);