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

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/c-proto.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
/* c-proto.h: macros to include or discard prototypes.
2
2
 
3
 
   Copyright 1992, 1993, 1995, 1996, 2008 Karl Berry.
 
3
   Copyright 1992, 1993, 1995, 1996, 2008, 2009 Karl Berry.
4
4
   Copyright 1999, 2000, 2001, 2003, 2004, 2005 Olaf Weber.
5
5
 
6
6
   This library is free software; you can redistribute it and/or
19
19
#ifndef KPATHSEA_C_PROTO_H
20
20
#define KPATHSEA_C_PROTO_H
21
21
 
 
22
#if defined (WIN32) && !defined(__MINGW32__)
 
23
#define KPSE_DLL 1
 
24
#endif /* WIN32 && ! __MINGW32__ */
 
25
 
22
26
#if defined (KPSE_DLL) && (defined (WIN32) || defined (__CYGWIN__))
23
27
#ifdef MAKE_KPSE_DLL
24
28
#define KPSEDLL __declspec(dllexport)