15 #ifndef _VT_LIBWRAPGEN_DEFS_H_
16 #define _VT_LIBWRAPGEN_DEFS_H_
18 #define VT_LIBWRAPGEN_VERSION "5.12.2openmpi"
19 #define VT_LIBWRAPGEN_DEFAULT_OUTPUT_SRC_FILE "wrap.c"
20 #define VT_LIBWRAPGEN_DEFAULT_OUTPUT_LIB_PREFIX "libwrap"
21 #define VT_LIBWRAPGEN_DEFAULT_LIBTOOL "${datadir}/libtool"
22 #define VT_LIBWRAPGEN_DEFAULT_CC "gcc"
23 #define VT_LIBWRAPGEN_DEFAULT_CPP "gcc -E"
24 #define VT_LIBWRAPGEN_DEFAULT_CFLAGS "-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -pthread"
25 #define VT_LIBWRAPGEN_DEFAULT_SYSHEADER_PREFIX "/usr/include/"
27 #endif // _VT_LIBWRAPGEN_H_