(_GNU_SOURCE): define this to enable (used) extensions on glibc-based
systems such as linux git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6165 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -71,3 +71,12 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
|
|||||||
#ifndef LOGIN_PATH
|
#ifndef LOGIN_PATH
|
||||||
#define LOGIN_PATH BINDIR "/login"
|
#define LOGIN_PATH BINDIR "/login"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* random defines */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Defining this enables lots of useful (and used) extensions on
|
||||||
|
* glibc-based systems such as Linux
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
Reference in New Issue
Block a user