##############################################################################
# This file can be used for setting some flags to the POSIX regex(7)
# filtering definitions / expressions in this directory.
#
# '+OPTION' -> option will be enabled
# '-OPTION' -> this option will be explicitly disabled
#
# The following flags can be set:
#
# cflags for regcomp(3)
#  REG_EXTENDED
#  REG_ICASE
#  REG_NOSUB
#  REG_NEWLINE
#
# eflags for regexec(3)
#  REG_NOTBOL
#  REG_NOTEOL
#
# default: no flags are set, the default from the system will be used!
##############################################################################

+REG_EXTENDED
+REG_ICASE
+REG_NOSUB
