1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

* acconfig.h: Added DYNAMIC_LINKING symbol.

This commit is contained in:
Marius Vollmer 1996-12-08 17:10:34 +00:00
parent abb2a7d007
commit f0cea46d8b
2 changed files with 15 additions and 0 deletions

View file

@ -76,3 +76,6 @@
/* Name of this package. */
#undef PACKAGE
/* Define if you want support for dynamic linking. */
#undef DYNAMIC_LINKING

View file

@ -130,6 +130,9 @@
/* Name of this package. */
#undef PACKAGE
/* Define if you want support for dynamic linking. */
#undef DYNAMIC_LINKING
/* Define if you have the ctermid function. */
#undef HAVE_CTERMID
@ -187,6 +190,9 @@
/* Define if you have the setsid function. */
#undef HAVE_SETSID
/* Define if you have the shl_load function. */
#undef HAVE_SHL_LOAD
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
@ -273,3 +279,9 @@
/* Define if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the dld library (-ldld). */
#undef HAVE_LIBDLD