GDAL
ogr_json_header.h
00001 /******************************************************************************
00002  *
00003  * Project:  GDAL
00004  * Purpose:  Includes json-c header
00005  * Author:   Even Rouault <even dot rouault at spatialys dot com>
00006  *
00007  ******************************************************************************
00008  * Copyright (c) 2016, Even Rouault <even dot rouault at spatialys dot com>
00009  *
00010  * Permission is hereby granted, free of charge, to any person obtaining a
00011  * copy of this software and associated documentation files (the "Software"),
00012  * to deal in the Software without restriction, including without limitation
00013  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
00014  * and/or sell copies of the Software, and to permit persons to whom the
00015  * Software is furnished to do so, subject to the following conditions:
00016  *
00017  * The above copyright notice and this permission notice shall be included
00018  * in all copies or substantial portions of the Software.
00019  *
00020  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
00021  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00022  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
00023  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
00024  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
00025  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
00026  * DEALINGS IN THE SOFTWARE.
00027  *****************************************************************************/
00028 
00029 #ifndef OGR_JSON_HEADER_H
00030 #define OGR_JSON_HEADER_H
00031 
00032 #if ((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)) && !defined(_MSC_VER))
00033 #pragma GCC system_header
00034 #endif
00035 
00036 #include <json.h>
00037 
00038 #endif /* OGR_JSON_HEADER_H */

Generated for GDAL by doxygen 1.7.6.1.