diff --git a/gnu/usr.bin/gprof/gconfig.h b/gnu/usr.bin/gprof/gconfig.h index 49162a5ddc98..f93546f09e0e 100644 --- a/gnu/usr.bin/gprof/gconfig.h +++ b/gnu/usr.bin/gprof/gconfig.h @@ -11,6 +11,4 @@ #define VERSION "2.9.1" /* Whether this system uses the BSD 4.4 gmon.out format. */ -#ifndef __ELF__ #define BSD44_FORMAT 1 -#endif