]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/shopt.def
Bash-5.0 patch 6: allow building with SYSLOG_HISTORY defined without defining SYSLOG_...
[thirdparty/bash.git] / builtins / shopt.def
index f6dc6f97cf3c2c4921b8a837076bcdc0b63a210b..1c4853611f5fbc278d87a67b1cc999a61e4ee24d 100644 (file)
@@ -122,7 +122,7 @@ extern int assoc_expand_once;
 extern int array_expand_once;
 #endif
 
-#if defined (SYSLOG_HISTORY) && defined (SYSLOG_SHOPT)
+#if defined (SYSLOG_HISTORY)
 extern int syslog_history;
 #endif