summaryrefslogtreecommitdiff
path: root/modules/regex-quote
blob: 43ddc49707eedde99bf29d522938eb4312203d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
Construct a regular expression from a literal string.

Files:
lib/regex-quote.h
lib/regex-quote.c

Depends-on:
stdbool
xalloc
mbuiter

configure.ac:
AC_REQUIRE([AC_C_RESTRICT])

Makefile.am:
lib_SOURCES += regex-quote.c

Include:
"regex-quote.h"

Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)

License:
GPL

Maintainer:
all