File indexing completed on 2025-01-05 03:56:45
0001 /* -*- C++ -*- 0002 * Copyright 2019-2021 LibRaw LLC (info@libraw.org) 0003 * 0004 0005 LibRaw is free software; you can redistribute it and/or modify 0006 it under the terms of the one of two licenses as you choose: 0007 0008 1. GNU LESSER GENERAL PUBLIC LICENSE version 2.1 0009 (See file LICENSE.LGPL provided in LibRaw distribution archive for details). 0010 0011 2. COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 0012 (See file LICENSE.CDDL provided in LibRaw distribution archive for details). 0013 0014 */ 0015 0016 #ifndef DCRAW_FILEIO_DEFS_H 0017 #define DCRAW_FILEIO_DEFS_H 0018 0019 #include <math.h> 0020 #define LIBRAW_LIBRARY_BUILD 0021 #include "libraw/libraw.h" 0022 #include "internal/defines.h" 0023 #include "internal/var_defines.h" 0024 0025 #endif