about summary refs log tree commit diff stats
path: root/src/LYOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYOptions.h')
-rw-r--r--src/LYOptions.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/LYOptions.h b/src/LYOptions.h
index 2752bde8..c8fdccbd 100644
--- a/src/LYOptions.h
+++ b/src/LYOptions.h
@@ -7,11 +7,13 @@ extern BOOLEAN term_options; /* for LYgetstr() */
 
 extern void edit_bookmarks NOPARAMS;
 
+#ifndef NO_OPTION_FORMS
 extern int postoptions PARAMS((document *newdoc));
 extern int gen_options PARAMS((char **newfile));
+#endif /* !NO_OPTION_FORMS */
 
-#ifndef EXP_FORMS_OPTIONS
+#ifndef NO_OPTION_MENU
 extern void LYoptions NOPARAMS;
-#endif /* !EXP_FORMS_OPTIONS */
+#endif /* !NO_OPTION_MENU */
 
 #endif /* LYOPTIONS_H */
div>