* configure: Regenerate.
[external/binutils.git] / gprof / gprof.h
index 2e097d9..0856976 100644 (file)
 #ifndef gprof_h
 #define gprof_h
 
+#include "gconfig.h"
+
+#undef PACKAGE
+
 /* Include the BFD sysdep.h file.  */
 #include "sysdep.h"
 #include "bfd.h"
@@ -68,8 +72,6 @@
 #define _(String) gettext (String)
 #endif
 
-#include "bin-bugs.h"
-
 #define STYLE_FLAT_PROFILE     (1<<0)
 #define STYLE_CALL_GRAPH       (1<<1)
 #define STYLE_SUMMARY_FILE     (1<<2)
@@ -119,21 +121,20 @@ extern long hz;                   /* ticks per second */
 extern int debug_level;                        /* debug level */
 extern int output_style;
 extern int output_width;               /* controls column width in index */
-extern boolean bsd_style_output;       /* as opposed to FSF style output */
-extern boolean demangle;               /* demangle symbol names? */
-extern boolean discard_underscores;    /* discard leading underscores? */
-extern boolean ignore_direct_calls;    /* don't count direct calls */
-extern boolean ignore_static_funcs;    /* suppress static functions */
-extern boolean ignore_zeros;           /* ignore unused symbols/files */
-extern boolean line_granularity;       /* function or line granularity? */
-extern boolean print_descriptions;     /* output profile description */
-extern boolean print_path;             /* print path or just filename? */
-extern boolean ignore_non_functions;   /* Ignore non-function symbols.  */
+extern bfd_boolean bsd_style_output;   /* as opposed to FSF style output */
+extern bfd_boolean demangle;           /* demangle symbol names? */
+extern bfd_boolean ignore_direct_calls;        /* don't count direct calls */
+extern bfd_boolean ignore_static_funcs;        /* suppress static functions */
+extern bfd_boolean ignore_zeros;       /* ignore unused symbols/files */
+extern bfd_boolean line_granularity;   /* function or line granularity? */
+extern bfd_boolean print_descriptions; /* output profile description */
+extern bfd_boolean print_path;         /* print path or just filename? */
+extern bfd_boolean ignore_non_functions; /* Ignore non-function symbols.  */
 
 extern File_Format file_format;                /* requested file format */
 
-extern boolean first_output;           /* no output so far? */
+extern bfd_boolean first_output;       /* no output so far? */
 
-extern void done PARAMS ((int status)) ATTRIBUTE_NORETURN;
+extern void done (int status) ATTRIBUTE_NORETURN;
 
 #endif /* gprof_h */