Re: Where to put #ifs

2002-05-18 Thread Dan Sugalski
At 2:27 PM -0400 5/16/02, Melvin Smith wrote: If we are not to put non-embed visible in config.h, we must pre-process parrot.h, because I need to put symbls such as EXP_NETWORKING somewhere. Put anything that alters how Parrot works in config.h. It won't ultimately be included by embedders. --

RE: Where to put #ifs

2002-05-16 Thread Brent Dax
Melvin Smith: # If we are not to put non-embed visible in config.h, we must # pre-process parrot.h, because I need to put symbls such as # EXP_NETWORKING somewhere. # # If you ever develop for Linux kernel you are familiar with # the practice of making new major features config options #