This file is indexed.

/usr/include/grib_api_config.h is in libgrib-api-dev 1.25.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
/*
 * Copyright 2005-2017 ECMWF.
 *
 * This software is licensed under the terms of the Apache Licence Version 2.0
 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
 *
 * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
 * virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
 */

#ifndef grib_api_config_h
#define grib_api_config_h

#include "grib_api_ecbuild_config.h" /* generated by ecbuild */

#define GRIB_API_VERSION_STR      "1.25.0"

/* GRIB_API_VERSION is defined in grib_api.h from the 3 version components below */

#define GRIB_API_MAJOR_VERSION    1
#define GRIB_API_MINOR_VERSION    25
#define GRIB_API_REVISION_VERSION 0

#define GRIB_DEFINITION_PATH      "/usr/share/grib_api/definitions"

#ifdef EC_HAVE_C_INLINE
#define GRIB_INLINE inline
#endif

#define GRIB_LINUX_PTHREADS 0

#define GRIB_MEM_ALIGN      1

#define GRIB_PTHREADS       0
#define GRIB_OMP_THREADS    1

#define GRIB_SAMPLES_PATH         "/usr/share/grib_api/samples"

#define GRIB_TEMPLATES_PATH       "/usr/share/grib_api/samples"

#define GRIB_TIMER 0

/* headers */

#ifdef EC_HAVE_ASSERT_H
#define   HAVE_ASSERT_H 1
#endif

#ifdef EC_HAVE_STRING_H
#define   HAVE_STRING_H 1
#endif

#ifdef EC_HAVE_FSEEKO
#define   HAVE_FSEEKO 1
#endif

#ifdef EC_HAVE_SYS_TYPES_H
#define   HAVE_SYS_TYPES_H 1
#endif

#ifdef  EC_HAVE_SYS_STAT_H
#define    HAVE_SYS_STAT_H 1
#endif

#ifdef  EC_HAVE_FCNTL_H
#define    HAVE_FCNTL_H 1
#endif

#ifdef  EC_HAVE_UNISTD_H
#define    HAVE_UNISTD_H 1
#endif

#ifdef  EC_HAVE_POSIX_MEMALIGN
#define         POSIX_MEMALIGN 1
#endif

/* other */

#define IEEE_BE 0

#define IEEE_LE 1

#define IS_BIG_ENDIAN 0

#define MANAGE_MEM    0

/* packages */

#define HAVE_JPEG         1

#define HAVE_LIBJASPER    0

#define HAVE_LIBOPENJPEG  1

#define HAVE_LIBPNG  1

#define HAVE_AEC

#define HAVE_NETCDF

#endif /* grib_api_config_h */