-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvt_libwrapgen_defs.h.in
More file actions
27 lines (24 loc) · 961 Bytes
/
vt_libwrapgen_defs.h.in
File metadata and controls
27 lines (24 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* VampirTrace
* http://www.tu-dresden.de/zih/vampirtrace
*
* Copyright (c) 2005-2013, ZIH, TU Dresden, Federal Republic of Germany
*
* Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing
* Centre, Federal Republic of Germany
*
* See the file COPYING in the package base directory for details
*
* @configure_input@
**/
#ifndef _VT_LIBWRAPGEN_DEFS_H_
#define _VT_LIBWRAPGEN_DEFS_H_
#define VT_LIBWRAPGEN_VERSION "@PACKAGE_VERSION@"
#define VT_LIBWRAPGEN_DEFAULT_OUTPUT_SRC_FILE "wrap.c"
#define VT_LIBWRAPGEN_DEFAULT_OUTPUT_LIB_PREFIX "libwrap"
#define VT_LIBWRAPGEN_DEFAULT_LIBTOOL "${datadir}/libtool"
#define VT_LIBWRAPGEN_DEFAULT_CC "@CC@"
#define VT_LIBWRAPGEN_DEFAULT_CPP "@CPP@"
#define VT_LIBWRAPGEN_DEFAULT_CFLAGS "@CFLAGS@"
#define VT_LIBWRAPGEN_DEFAULT_SYSHEADER_PREFIX "/usr/include/"
#endif // _VT_LIBWRAPGEN_H_