(coded-charset-entity-reference-alist): Add setting for
[chise/xemacs-chise.git.1] / src / unexelf.c
index 9a1a7d9..6ac9844 100644 (file)
@@ -475,6 +475,14 @@ typedef struct {
 # include <sys/exec_elf.h>
 #endif
 
+#if defined(__FreeBSD__) && (defined(__alpha__) || defined(_LP64))
+# ifdef __STDC__
+#  define ElfW(type)   Elf64_##type
+# else
+#  define ElfW(type)   Elf64_/**/type
+# endif
+#endif
+
 #if __GNU_LIBRARY__ - 0 >= 6
 # include <link.h>     /* get ElfW etc */
 #endif