| /* -*- C++ -*- |
| * Copyright 2019-2025 LibRaw LLC (info@libraw.org) |
| * |
| |
| LibRaw is free software; you can redistribute it and/or modify |
| it under the terms of the one of two licenses as you choose: |
| |
| 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1 |
| (See file LICENSE.LGPL provided in LibRaw distribution archive for details). |
| |
| 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 |
| (See file LICENSE.CDDL provided in LibRaw distribution archive for details). |
| |
| */ |
| |
| #ifndef THIRD_PARTY_LIBRAW_INTERNAL_DCRAW_FILEIO_DEFS_H_ |
| #define THIRD_PARTY_LIBRAW_INTERNAL_DCRAW_FILEIO_DEFS_H_ |
| #define DCRAW_FILEIO_DEFS_H THIRD_PARTY_LIBRAW_INTERNAL_DCRAW_FILEIO_DEFS_H_ // upstream guard |
| |
| #include <math.h> |
| #define LIBRAW_LIBRARY_BUILD |
| #include "third_party/libraw/libraw/libraw.h" |
| #include "third_party/libraw/internal/defines.h" |
| #include "third_party/libraw/internal/var_defines.h" |
| |
| #endif |