(_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:
Assar Westerlund
1999-05-08 03:28:09 +00:00
parent cd5b62a486
commit 23b1f3f9e4

View File

@@ -71,3 +71,12 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifndef LOGIN_PATH
#define LOGIN_PATH BINDIR "/login"
#endif
/* random defines */
/*
* Defining this enables lots of useful (and used) extensions on
* glibc-based systems such as Linux
*/
#define _GNU_SOURCE