[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

imake: linux vs. __linux__



While recompiling fvwm2 imake didn't have the symbol linux defined,
hence libdnet was used in Fvwm.tmpl:

#if defined(AlphaArchitecture) && !defined(linux)
KLUDGE_LIBS = -ldnet_stub
#else


I changed linux to __linux__ and it works now. Is this a bug in xmkmf
et al or should this be changed in fvwm2? 

There seems to be a trend towards using __foo__ instead of foo: Is
there something official mandating this?

	Sven
-- 
Sven Rudolph <sr1@inf.tu-dresden.de>
http://www.sax.de/~sr1/


--
To UNSUBSCRIBE, email to debian-alpha-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: