version 2.11 becomes 2.12 automagically.
[unix-history] / usr / src / usr.bin / gprof / gprof.h
index 8a919eb..2f059ca 100644 (file)
@@ -1,4 +1,4 @@
-    /* sccsid:  @(#)gprof.h    1.15 (Berkeley) %G% */
+    /* sccsid:  @(#)gprof.h    1.16 (Berkeley) %G% */
 
 #include <stdio.h>
 #include <sys/types.h>
 
 #include <stdio.h>
 #include <sys/types.h>
@@ -38,10 +38,10 @@ char        *gmonname;
 #define        GMONSUM                 "gmon.sum"
        
     /*
 #define        GMONSUM                 "gmon.sum"
        
     /*
-     * the directory where the descriptions of the fields
-     * of the profiles are kept.
+     * blurbs on the flat and graph profiles.
      */
      */
-#define        BLURBLIB                "/usr/lib/"
+#define        FLAT_BLURB      "/usr/lib/gprof.flat.blurb"
+#define        CALLG_BLURB     "/usr/lib/gprof.callg.blurb"
 
     /*
      * a constructed arc,
 
     /*
      * a constructed arc,