~noskcaj/ubuntu/trusty/libextractor/merge

« back to all changes in this revision

Viewing changes to src/plugins/exiv2/exv_msvc.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-17 20:27:32 UTC
  • mfrom: (1.10.4 upstream) (5.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091117202732-ipm2h3gks5bdw2vx
Tags: 0.5.23+dfsg-3
* Building against libltdl7.
* Updating to standards version 3.8.3.
* Adding maintainer homepage field to control.
* Marking maintainer homepage field to be also included in binary
  packages and changelog.
* Adding README.source.
* Simplifying autotools handling in rules.
* Updating README.source.
* Moving maintainer homepage field from control to copyright.
* Dropping la files.
* Simplyfing debhelper install files.
* Bumping versioned build-depends on debhelper.
* Adding depends to dpkg install info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "config.h"
2
 
 
3
 
#define SUPPRESS_WARNINGS 1
4
 
 
5
 
/* Define to 1 if you have the <unistd.h> header file. */
6
 
#define EXV_HAVE_UNISTD_H HAVE_UNISTD_H
7
 
 
8
 
#define EXV_HAVE_STDINT_H HAVE_STDINT_H
9
 
 
10
 
/* Define to the address where bug reports for this package should be
11
 
   sent. */
12
 
#define EXV_PACKAGE_BUGREPORT PACKAGE_BUGREPORT
13
 
 
14
 
/* Define to the full name of this package. */
15
 
#define EXV_PACKAGE_NAME PACKAGE_NAME
16
 
 
17
 
/* Define to the full name and version of this package. */
18
 
#define EXV_PACKAGE_STRING PACKAGE_STRING
19
 
 
20
 
/* Define to the version of this package. */
21
 
#define EXV_PACKAGE_VERSION PACKAGE_VERSION
22
 
 
23
 
/* File path seperator */
24
 
#define EXV_SEPERATOR_STR DIR_SEPARATOR_STR
25
 
#define EXV_SEPERATOR_CHR DIR_SEPARATOR
26
 
 
27
 
#if defined __CYGWIN32__ && !defined __CYGWIN__
28
 
   /* For backwards compatibility with Cygwin b19 and
29
 
      earlier, we define __CYGWIN__ here, so that
30
 
      we can rely on checking just for that macro. */
31
 
#define __CYGWIN__  __CYGWIN32__
32
 
#endif