aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2004-11-10 00:15:33 +0100
committerJuan Cespedes <cespedes@debian.org>2004-11-10 00:15:33 +0100
commitd914a206a11cc1011a45f00674b1e16988fae77f (patch)
tree77b4ecf3d7c51911e04566cce1c2319715448faf /options.h
parent337ea4581657020f6e9ae93e30cb4a7ddd993903 (diff)
downloadltrace-d914a206a11cc1011a45f00674b1e16988fae77f.tar.gz
Version: 0.3.36
* Fixed "--indent" option * Got rid of Debian and RedHat specific parts in tarball
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/options.h b/options.h
index 86c1694..0fbb427 100644
--- a/options.h
+++ b/options.h
@@ -17,9 +17,7 @@ extern int opt_f; /* trace child processes */
extern char * opt_u; /* username to run command as */
extern int opt_r; /* print relative timestamp */
extern int opt_t; /* print absolute timestamp */
-#if HAVE_LIBIBERTY
extern int opt_C; /* Demanglelow-level symbol names into user-level names */
-#endif
extern int opt_n; /* indent trace output according to program flow */
extern int opt_T; /* show the time spent inside each call */