git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3050
#define VKI_O_CREAT 0100 /* not fcntl */
#define VKI_O_EXCL 0200 /* not fcntl */
#define VKI_O_TRUNC 01000 /* not fcntl */
+#define VKI_O_APPEND 02000
#define VKI_O_NONBLOCK 04000
#define VKI_F_DUPFD 0 /* dup */
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/valgrind
+arch=@VG_ARCH@
+os=@VG_OS@
+platform=@VG_PLATFORM@
Name: Valgrind
Description: Program supervision framework for x86-GNU/Linux
Version: @VERSION@
Requires:
Libs:
-Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_OS@ -I${includedir}/@VG_PLATFORM@ @ARCH_TOOL_AM_CFLAGS@
+Cflags: -I${includedir} -I${includedir}/${arch} -I${includedir}/${os} -I${includedir}/${platform} @ARCH_TOOL_AM_CFLAGS@
+