Обсуждение: pgsql: Properly handle the case where strlcpy() exists in libc but isn't

Поиск
Список
Период
Сортировка

pgsql: Properly handle the case where strlcpy() exists in libc but isn't

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Properly handle the case where strlcpy() exists in libc but isn't
declared in the system headers.  Per report from Bruce than some BSDen
are like this.

Modified Files:
--------------
    pgsql:
        configure (r1.507 -> r1.508)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.507&r2=1.508)
        configure.in (r1.477 -> r1.478)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.477&r2=1.478)
    pgsql/src/include:
        pg_config.h.in (r1.101 -> r1.102)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.101&r2=1.102)
        port.h (r1.101 -> r1.102)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.101&r2=1.102)