~ubuntu-branches/ubuntu/wily/apvlv/wily

« back to all changes in this revision

Viewing changes to src/ApvlvUtil.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Lukas Gaertner, Lukas Gaertner, Stefan Ritter
  • Date: 2010-12-23 15:28:02 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20101223152802-ll13lmtpxmylbiqz
Tags: 0.0.9.8-1
[Lukas Gaertner]
* Adopt package (Closes: #607320)

[Stefan Ritter]
* Add libdjvulibre-dev to build dependencies (Closes: #602010)
* Bump Standards-Version to 3.9.1
* Imported Upstream version 0.0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  extern string iconpdf;
51
51
  extern string sessionfile;
52
52
 
 
53
#ifndef PATH_MAX
 
54
#define PATH_MAX 4096
 
55
#endif
 
56
 
53
57
#ifdef WIN32
54
58
#define PATH_SEP_C  '\\'
55
59
#define PATH_SEP_S  "\\"
101
105
 
102
106
#endif
103
107
 
 
108
  gboolean walkdir (const char *, gboolean (*)(const char *, void *), void *);
 
109
 
104
110
  // log system
105
111
#if defined DEBUG || defined _DEBUG
106
112
#define debug(...)      logv ("DEBUG", __FILE__, __LINE__, __func__, __VA_ARGS__)