mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
* acconfig.h: Added symbols for debugging support.
This commit is contained in:
parent
1a413ab902
commit
f7438558ce
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
/* acconfig.h --- documentation for symbols possibly defined in scmconfig.h
|
/* acconfig.h --- documentation for symbols possibly defined in scmconfig.h
|
||||||
Jim Blandy <jimb@cyclic.com> --- August 1996 */
|
Jim Blandy <jimb@cyclic.com> --- August 1996 */
|
||||||
|
|
||||||
|
/* Define these two if you want support for debugging of Scheme
|
||||||
|
programs. */
|
||||||
|
#undef DEBUG_EXTENSIONS
|
||||||
|
#undef READER_EXTENSIONS
|
||||||
|
|
||||||
/* Define this if your system has a way to set a stdio stream's file
|
/* Define this if your system has a way to set a stdio stream's file
|
||||||
descriptor. You should also copy fd.h.in to fd.h, and give the
|
descriptor. You should also copy fd.h.in to fd.h, and give the
|
||||||
macro SET_FILE_FD_FIELD an appropriate definition. See
|
macro SET_FILE_FD_FIELD an appropriate definition. See
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue