mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
28 lines
772 B
C
28 lines
772 B
C
$NetBSD: patch-src-config-param.amd64_nbsd70.h,v 1.1 2012/08/30 17:37:55 jakllsch Exp $
|
|
|
|
--- src/config/param.amd64_nbsd70.h.orig 2012-04-28 19:05:18.000000000 -0400
|
|
+++ src/config/param.amd64_nbsd70.h 2012-04-28 19:06:51.000000000 -0400
|
|
@@ -0,0 +1,22 @@
|
|
+#ifndef AFS_AMD64_PARAM_H
|
|
+#define AFS_AMD64_PARAM_H
|
|
+
|
|
+#define AFS_X86_XBSD_ENV 1
|
|
+#define AFS_X86_ENV 1
|
|
+#define AFSLITTLE_ENDIAN 1
|
|
+
|
|
+#define SYS_NAME "amd64_nbsd70"
|
|
+#define SYS_NAME_ID SYS_NAME_ID_amd64_nbsd70
|
|
+
|
|
+#define AFS_64BITPOINTER_ENV 1
|
|
+#define AFS_64BITUSERPOINTER_ENV 1
|
|
+#ifndef UKERNEL
|
|
+/* This section for kernel libafs compiles only */
|
|
+
|
|
+#else /* !defined(UKERNEL) */
|
|
+
|
|
+/* This section for user space compiles only */
|
|
+
|
|
+#endif /* !defined(UKERNEL) */
|
|
+
|
|
+#endif /* AFS_AMD64_PARAM_H */
|