diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-19 10:22:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 10:22:43 +0200 |
commit | 1a5fba25987c8f44a0fdcf8219d9243a3d04dda2 (patch) | |
tree | 9ddc6177529da531c4c25852f2ca88adde7740f3 /src/report.h | |
parent | bd510c2e5f6269b4112f032d2a9e1d7665e4fd74 (diff) | |
parent | d2de65d7d8b366bc3a6291831e7a1090e2e940a4 (diff) | |
download | ledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.tar.gz ledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.tar.bz2 ledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.zip |
Merge pull request #2238 from afh/cleanup-system-defines
Cleanup system defines
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index a63360ca..daa9c7c0 100644 --- a/src/report.h +++ b/src/report.h @@ -806,7 +806,7 @@ public: OPTION(report_t, output_); // -o // setenv() is not available on WIN32 -#if defined(HAVE_ISATTY) and !defined(_WIN32) and !defined(__CYGWIN__) +#if HAVE_ISATTY and !defined(_WIN32) and !defined(__CYGWIN__) OPTION__ (report_t, pager_, CTOR(report_t, pager_) { |