root's authorized_keys should be perm 0600 (u=rw)
[tomato.git] / release / src / router / pcre / libpcreposix.pc.in
blobc6c0b0c6c661ce2bd4caba1216da0228a46bf402
1 # Package Information for pkg-config
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
8 Name: libpcreposix
9 Description: PCREPosix - Posix compatible interface to libpcre
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lpcreposix
12 Cflags: -I${includedir} @PCRE_STATIC_CFLAG@
13 Requires.private: libpcre