{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {},
  "_ordered_sections": [],
  "item_file": null,
  "item_line": null,
  "item_type": null,
  "aliases": [],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "reference:c-api:config",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "When NumPy is built, information about system configuration is recorded, and is made available for extension modules using NumPy's C API.  These are mostly defined in "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "numpyconfig.h"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " (included in "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "ndarrayobject.h"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "). The public symbols are prefixed by "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "NPY_*"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ". NumPy also offers some functions for querying information about the platform in use."
            }
          ]
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "For private use, NumPy also constructs a "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "config.h"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " in the NumPy include directory, which is not exported by NumPy (that is a python extension which use the numpy C API will not see those symbols), to avoid namespace pollution."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "System configuration"
        }
      ],
      "level": 0,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "NPY_SIZEOF_{CTYPE}"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " constants are defined so that sizeof information is available to the pre-processor."
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Data type sizes"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Platform information"
        }
      ],
      "level": 1,
      "target": null
    },
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Compiler directives"
        }
      ],
      "level": 1,
      "target": null
    }
  ],
  "local_refs": []
}