Rizin
unix-like reverse engineering framework and cli tools
mconfig.h
Go to the documentation of this file.
1
/*
2
* Hand-made config.h file for OpenBSD, so we don't have to run
3
* the dratted configure script every time we build this puppy,
4
* but can still carefully import stuff from Christos' version.
5
*
6
* This file is in the public domain. Original Author Ian F. Darwin.
7
* $OpenBSD: config.h,v 1.7 2011/07/25 16:21:22 martynas Exp $
8
*/
9
10
/* header file issues. */
11
#define HAVE_UNISTD_H 1
12
#define HAVE_FCNTL_H 1
13
#define HAVE_LOCALE_H 1
14
#define HAVE_SYS_STAT_H 1
15
#define HAVE_INTTYPES_H 1
16
#define HAVE_GETOPT_H 1
17
#define HAVE_LIMITS_H 1
18
19
// fail on w32?
20
#define HAVE_UNISTD_H 1
21
#define HAVE_WCHAR_H 1
22
23
// TODO: add dependency for zlib?
24
/* #define HAVE_ZLIB_H 1 DO NOT ENABLE YET -- chl */
25
/* #define HAVE_LIBZ 1 DO NOT ENABLE YET -- ian */
26
27
#define HAVE_VSNPRINTF
28
#define HAVE_SNPRINTF
29
#define HAVE_STRTOF
30
31
/* Compiler issues */
32
#define SIZEOF_LONG_LONG sizeof(long long)
33
34
/* Library issues */
35
#define HAVE_GETOPT_LONG 0
/* in-tree as of 3.2 */
36
#define HAVE_ST_RDEV 1
37
38
/* ELF support */
39
#define BUILTIN_ELF 0
40
#define ELFCORE 0
librz
magic
mconfig.h
Generated by
1.9.1