mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
cmake: check for getpwuid_r
The autotools-based build system does it, so we do it also in CMake. Bug: #2609 Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
This commit is contained in:
parent
06a72880d6
commit
645948dffb
2 changed files with 4 additions and 0 deletions
|
|
@ -235,6 +235,9 @@
|
|||
/* Define to 1 if you have the `getpwuid' function. */
|
||||
#cmakedefine HAVE_GETPWUID 1
|
||||
|
||||
/* Define to 1 if you have the `getpwuid_r' function. */
|
||||
#cmakedefine HAVE_GETPWUID_R 1
|
||||
|
||||
/* Define to 1 if you have the `getrlimit' function. */
|
||||
#cmakedefine HAVE_GETRLIMIT 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue