diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,4 +47,7 @@ mostly for use with hand-helds. */ #define UNMANAGED_WINDOW_LIST "xapm","xclock","xscribble" +/* Maximum depth of a link. Used in the 'link' command. */ +#define MAX_LINK_DEPTH 16 + #endif /* !_ _RATPOISON_CONF_H */ |