head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.36.55;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
--- src/unexelf.c.orig	Mon May 15 17:14:02 2000
+++ src/unexelf.c	Sat Jul  1 18:17:15 2000
@@@@ -506,6 +506,14 @@@@
 # include <link.h>	/* get ElfW etc */
 #endif
 
+#ifdef __FreeBSD__
+# ifdef __STDC__
+#  define ElfW(type)	Elf_##type
+# else
+#  define ElfW(type)	Elf_/**/type
+# endif
+#endif
+
 #ifndef ElfW
 # ifdef __STDC__
 #  define ElfBitsW(bits, type) Elf##bits##_##type
@
