chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken-config.h in chicken.h


From: Daniel B. Faken
Subject: [Chicken-users] chicken-config.h in chicken.h
Date: Wed, 7 Jul 2004 12:50:06 -0400 (EDT)

Hi Felix,

  It seems like chicken-config.h shouldn't be included via chicken.h, 
since it contains definitions for the Chicken "Package", which should only 
be defined for the internal source files.
  I noticed this b/c I was compiling another "configure" package which had 
its own definitions conflicting with Chicken's.. but I wanted to use 
chicken.h within one of its modules.

One way to do this seems to be manually #include'ing <chicken-config.h> in 
each source file, but perhaps the current #include could just be 
surrounded by #ifdef __CHICKEN_INTERNAL__ or something similar (with 
-D__CHICKEN_INTERNAL__ in the makefile).

thanks again,
Daniel Faken




  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]