123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- #define CONFIG_USE_HTML 1
- #define HAVE_DLFCN_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define LT_OBJDIR ".libs/"
- #define PACKAGE "libhighlight"
- #define PACKAGE_BUGREPORT "bug-automake@gnu.org"
- #define PACKAGE_NAME "libhighlight"
- #define PACKAGE_STRING "libhighlight 0.0.0"
- #define PACKAGE_TARNAME "libhighlight"
- #define PACKAGE_URL ""
- #define PACKAGE_VERSION "0.0.0"
- #define STDC_HEADERS 1
- #define VERSION "0.0.0"
|