aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r--gprof/gprof.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h
index 303588c..20eb108 100644
--- a/gprof/gprof.h
+++ b/gprof/gprof.h
@@ -43,27 +43,6 @@
/* AIX defines hz as a macro. */
#undef hz
-#ifdef MACHINE_H
-#include MACHINE_H
-#else
-#if vax
-#include "vax.h"
-#endif
-#if sun
-#include "sun.h"
-#endif
-#if tahoe
-#include "tahoe.h"
-#endif
-#endif
-
-#ifndef FOPEN_RB
-#define FOPEN_RB "r"
-#endif
-#ifndef FOPEN_WB
-#define FOPEN_WB "w"
-#endif
-
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif