summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/libs/ff-woff/fontforge/fontforge-config.h
blob: ac81d5a417190c5dddb05871a1d3f6c76e979cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef FF_CONFIG_H
#define FF_CONFIG_H

#ifndef ICONV_CONST
#define ICONV_CONST
#endif

#define _NO_LIBUNINAMESLIST 1
#define _NO_LIBUNICODENAMES 1
#define _NO_PYTHON
#define _NO_FFSCRIPT
#define _NO_LIBSPIRO

#define FONTFORGE_LIBFF_VERSION_MAJOR 2
#define FONTFORGE_LIBFF_VERSION_MINOR 0
#define FONTFORGE_MODTIME_RAW 1469132312L /* Seconds since 1970 (standard unix time) */
#define FONTFORGE_MODTIME_STR ""
#define FONTFORGE_VERSIONDATE_RAW 20160721

#define _GNU_SOURCE 1

#endif