ref: c2de0281bf8490efacec1a3009e7a3ba11ed3dbe
dir: /include/plan9/generated/ext4_config.h/
#ifndef __plan9_generated_config_h__
#define __plan9_generated_config_h__
#include <u.h>
#include <libc.h>
#include <stdio.h>
typedef u8int uint8_t;
typedef u16int uint16_t;
typedef u32int uint32_t;
typedef u64int uint64_t;
typedef s8int int8_t;
typedef s16int int16_t;
typedef s32int int32_t;
typedef s64int int64_t;
typedef ulong size_t;
typedef uintptr ptrdiff_t;
typedef enum { false, true } bool;
#define NULL nil
#define CONFIG_HAVE_OWN_ERRNO 1
#define CONFIG_HAVE_OWN_ASSERT 0
#define CONFIG_DEBUG_PRINTF 0
#define CONFIG_DEBUG_ASSERT 1
#endif