From 23b1f3f9e435d4fc3585e7c7e7b784e6874522a5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 May 1999 03:28:09 +0000 Subject: [PATCH] (_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 --- acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/acconfig.h b/acconfig.h index e7a8542aa..f9c7a2a05 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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