Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
(show_version): pring search engine.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
  • Loading branch information
aborodin committed Feb 22, 2025
1 parent bc213f6 commit 77eec07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/textconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,17 @@ show_version (void)
# endif
#else
# error "Cannot compile mc without S-Lang or ncurses"
#endif

printf ("%s", _ ("With search engine: "));
#ifdef SEARCH_TYPE_GLIB
puts ("GLib");
#else
# ifdef HAVE_PCRE2
puts ("PCRE2");
# else
puts ("PCRE1");
# endif
#endif

#if defined(ENABLE_VFS) && defined(ENABLE_VFS_SFTP)
Expand Down

0 comments on commit 77eec07

Please sign in to comment.