From: Bram de Greve Newsgroups: comp.os.msdos.djgpp Subject: #define Date: Wed, 21 Feb 2001 14:46:08 +0100 Organization: University of Ghent, Belgium Lines: 8 Message-ID: <3A93C6A0.FAD480AE@rug.ac.be> NNTP-Posting-Host: ftwe71.rug.ac.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I know it is possible to switch some options at compile time by setting some #define's in the source code and using #ifdef ... #else ... #endif What I don't like is that these #define's must be in the source code. Is it possible to do these in some option line of rhide? Bramz