~ubuntu-branches/ubuntu/wily/ledger/wily

« back to all changes in this revision

Viewing changes to src/system.hh.in

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2014-10-08 19:20:38 UTC
  • mfrom: (1.1.3) (9.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20141008192038-py5cxm93rdt3x2uz
Tags: 3.1+dfsg1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#define Ledger_VERSION_PATCH     @Ledger_VERSION_PATCH@
57
57
#define Ledger_VERSION_DATE      @Ledger_VERSION_DATE@
58
58
 
59
 
#define HAVE_CXX11               @HAVE_CXX11@
60
 
 
61
59
#define HAVE_EDIT                @HAVE_EDIT@
62
60
#define HAVE_GETTEXT             @HAVE_GETTEXT@
63
61
 
158
156
#include <sys/wait.h>
159
157
#endif
160
158
 
 
159
#include <cstddef> /* needed for gcc 4.9 */
161
160
#include <gmp.h>
162
161
#include <mpfr.h>
163
162
#include "utf8.h"