author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Tue, 30 Dec 2008 15:46:38 +0000 (16:46 +0100) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Tue, 30 Dec 2008 15:46:38 +0000 (16:46 +0100) | ||
commit | 924a111c2d04aa8ff3386805f0fb022fe4f8f7b1 | |
tree | 2f4abcd85dd6ea37556bcee34aee19e02a7bc4b9 | tree | snapshot |
parent | 6605ff1a9f15cae891fadc07dd9fd223d6b40560 | commit | diff |
libcollectdclient: Don't use `PF_UNIX', it's broken on Mac OS X.
Under Mac OS X (10.4, possibly others), PF_UNIX is defined as PF_LOCAL, which
in turn is defined as AF_LOCAL. AF_LOCAL, however, is only defined if
POSIX_C_SOURCE is not.
Under Mac OS X (10.4, possibly others), PF_UNIX is defined as PF_LOCAL, which
in turn is defined as AF_LOCAL. AF_LOCAL, however, is only defined if
POSIX_C_SOURCE is not.
src/libcollectdclient/client.c | diff | blob | history |