summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz-ng/src/config.h
blob: cb68ab0e5b6375aaf6ae3cd9d20ae0554f840ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef HB_CONFIG_H
#define HB_CONFIG_H

#define HAVE_OT
#define HAVE_ATEXIT

#define HB_NO_MT
#define HB_NO_UNICODE_FUNCS

#define HB_DISABLE_DEPRECATED

// because strdup() is not part of strict Posix, declare it here
extern "C" char *strdup(const char *src);

#endif /* HB_CONFIG_H */