File: force_compat.sed

package info (click to toggle)
pgbouncer 1.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,884 kB
  • sloc: ansic: 61,425; python: 5,703; sh: 4,527; makefile: 1,361; sed: 22
file content (16 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/^#define.*FFS/s,.*,/* & */,
/^#define.*FLS/s,.*,/* & */,
/^#define.*STRLCPY/s,.*,/* & */,
/^#define.*STRLCAT/s,.*,/* & */,
/^#define.*BASENAME/s,.*,/* & */,
/^#define.*DIRNAME/s,.*,/* & */,
/^#define.*REGCOMP/s,.*,/* & */,
/^#define.*GETADDRINFO_A/s,.*,/* & */,
/^#define.*INET_NTOP/s,.*,/* & */,
/^#define.*INET_PTON/s,.*,/* & */,
/^#define.*GETOPT/s,.*,/* & */,
/^#define.*CTYPE_ON_CHAR/s,.*,/* & */,
/^#define.*FNMATCH/s,.*,/* & */,
/^#define.*MBSNRTOWCS/s,.*,/* & */,
/^#define.*GETENTROPY/s,.*,/* & */,
/^#define.*ARC4RANDOM/s,.*,/* & */,