aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/portdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/portdefs.h')
-rw-r--r--ports/linux/portdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/linux/portdefs.h b/ports/linux/portdefs.h
new file mode 100644
index 0000000..7e6c2aa
--- /dev/null
+++ b/ports/linux/portdefs.h
@@ -0,0 +1,5 @@
+#define PRELINK_LIBRARIES "LD_PRELOAD"
+#define PRELINK_PATH "LD_LIBRARY_PATH"
+#define PSEUDO_STATBUF_64 1
+#define PSEUDO_STATBUF struct stat64
+#define PSEUDO_LINKPATH_SEPARATOR " "