mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
added define for _POSIX_SOURCE
This commit is contained in:
parent
e59decf054
commit
16bdc95c26
@ -48,6 +48,13 @@
|
||||
#undef _CONVEX_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define if nneded to get POSIX functionality.
|
||||
System headers sometimes define this.
|
||||
We just want to avoid a redefinition error message. */
|
||||
#ifndef _POSIX_SOURCE
|
||||
#undef _POSIX_SOURCE
|
||||
#endif
|
||||
|
||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||
#undef uid_t
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user