TianoCore EDK2 master
Loading...
Searching...
No Matches
jansson_private_config.h
Go to the documentation of this file.
1
11#ifndef JANSSON_PRIVATE_CONFIG_H_
12#define JANSSON_PRIVATE_CONFIG_H_
13
14#define HAVE_SYS_TIME_H 1
15#define HAVE_SYS_TYPES_H 1
16
17#define INITIAL_HASHTABLE_ORDER 3
18
19#endif