/usr/include/Yap/parms.h is in yap 6.2.2-6build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #define YAP_ROOTDIR "/usr"
#define YAP_BINDIR "/usr/bin"
#define YAP_LIBDIR "/usr/lib/Yap"
#define YAP_SHAREDIR "/usr/share"
#define YAP_PL_SRCDIR "/usr/share/Yap/pl"
#define YAP_STARTUP "startup.yss"
#define YAP_VERSION 60202
#define MYDDAS_VERSION "MYDDAS-0.9.1"
#define YAP_ARCH "x86_64-linux"
#define YAP_LIBS "-lgmp -lresolv -lnss_dns -lnss_files -lcrypt -lstdc++ -lm -lreadline -lncurses -lz -ldl -lnsl"
#define YAP_YAPLIB "libYap.a"
#define YAP_CC "x86_64-linux-gnu-gcc"
#define YAP_CFLAGS "-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes -DCUT_C=1 -DCOROUTINING=1 -DRATIONAL_TREES=1 -DDEPTH_LIMIT=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I. -I../H -I../OPTYap -I../BEAM -I../MYDDAS"
#define YAP_LDFLAGS "-rdynamic -Wl,-z,relro -L/build/yap-2Rwk1T/yap-6.2.2/arch -Wl,-R/usr/lib -Wl,-R,/usr/lib/Yap"
#define YAP_SHLIB_SUFFIX "." "so"
#define YAP_TIMESTAMP "1474120743"
#define YAP_SVERSION "YAP 6.2.2 (x86_64-linux): Sat Sep 17 13:59:03 UTC 2016"
|