10 lines
223 B
C
10 lines
223 B
C
/* $OpenBSD: config.h,v 1.1 2024/05/13 19:16:27 matthieu Exp $ */
|
|
|
|
#pragma once
|
|
|
|
#define HAVE_ERR_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_STRING_H 1
|
|
/* undef HAVE_ZLIB */
|