mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
mkpasswd: define _DEFAULT_SOURCE
Since glibc 2.20 it replaces the deprecated _BSD_SOURCE macro.
This commit is contained in:
parent
9f747a880e
commit
3b38b4fd1d
@ -19,6 +19,7 @@
|
||||
/* for crypt, snprintf and strcasecmp */
|
||||
#define _XOPEN_SOURCE 500
|
||||
#define _BSD_SOURCE 1
|
||||
#define _DEFAULT_SOURCE 1
|
||||
#define __EXTENSIONS__ 1
|
||||
|
||||
/* System library */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user