diff options
| author | Richard Markiewicz <rmarkiewicz@devolutions.net> | 2020-06-15 10:44:25 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-06-15 11:15:51 -0700 |
| commit | 59301ab3f80991086519124d020edbe94a74615c (patch) | |
| tree | af16a8b3dbf74457c7aee21f1ca32bb76ebaaaa1 /CMakeLists.txt | |
| parent | 2f288bddf5b501f029d080835f439ecd9c0eae47 (diff) | |
| download | nng-59301ab3f80991086519124d020edbe94a74615c.tar.gz nng-59301ab3f80991086519124d020edbe94a74615c.tar.bz2 nng-59301ab3f80991086519124d020edbe94a74615c.zip | |
nng: support NNG_OPT_IPC_PEER_PID on modern macOS systems
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 700a0e08..7125e572 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -341,6 +341,7 @@ else () nng_check_sym(SO_PEERCRED sys/socket.h NNG_HAVE_SOPEERCRED) nng_check_struct_member(sockpeercred uid sys/socket.h NNG_HAVE_SOCKPEERCRED) nng_check_sym(LOCAL_PEERCRED sys/un.h NNG_HAVE_LOCALPEERCRED) + nng_check_sym(LOCAL_PEERPID sys/un.h NNG_HAVE_LOCALPEERPID) nng_check_sym(getpeerucred ucred.h NNG_HAVE_GETPEERUCRED) nng_check_sym(atomic_flag_test_and_set stdatomic.h NNG_HAVE_STDATOMIC) |
