Обсуждение: pgsql-server/ /configure /configure.in onfig/a ...

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

pgsql-server/ /configure /configure.in onfig/a ...

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    04/04/26 01:04:42

Modified files:
    .              : configure configure.in
    config         : acx_pthread.m4
    src/template   : darwin freebsd linux solaris unixware

Log message:
    Unconditionally define:

    -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS

    for all ports.  It can't hurt if they are not supported, but it makes
    our job easier for porting.

    Should fix Darwin compile and other platforms without mucking with the
    thread detection code.