From b1bca3aa6d401b53c65b7dfec75ace4aa543674d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 22 Dec 2000 14:41:43 +0000 Subject: use a #define for Linux-Mandrake following fclara's require --- mdk-stage1/config-stage1.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mdk-stage1/config-stage1.h') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index d54b80ff1..ca8755fd3 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -15,9 +15,14 @@ #ifndef _CONFIG_STAGE1_H_ #define _CONFIG_STAGE1_H_ +#define _GNU_SOURCE 1 + + /* If we have more than that amount of memory, we assume we can load the second stage as a ramdisk */ #define MEM_LIMIT_RAMDISK 52 * 1024 +#define DISTRIB_NAME "Linux-Mandrake" + /* user-definable (in Makefile): DISABLE_NETWORK, DISABLE_DISK, DISABLE_CDROM, DISABLE_PCMCIA */ -- cgit v1.2.1