jansson_private_config.h 437 B

12345678910111213141516171819
  1. /** @file
  2. Jansson private configurations for UEFI support.
  3. Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  4. (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef JANSSON_PRIVATE_CONFIG_H_
  8. #define JANSSON_PRIVATE_CONFIG_H_
  9. #define HAVE_SYS_TIME_H 1
  10. #define HAVE_SYS_TYPES_H 1
  11. #define INITIAL_HASHTABLE_ORDER 3
  12. #endif