mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
* acconfig.h: Added DYNAMIC_LINKING symbol.
This commit is contained in:
parent
abb2a7d007
commit
f0cea46d8b
2 changed files with 15 additions and 0 deletions
|
@ -76,3 +76,6 @@
|
||||||
|
|
||||||
/* Name of this package. */
|
/* Name of this package. */
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
|
|
||||||
|
/* Define if you want support for dynamic linking. */
|
||||||
|
#undef DYNAMIC_LINKING
|
||||||
|
|
|
@ -130,6 +130,9 @@
|
||||||
/* Name of this package. */
|
/* Name of this package. */
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
|
|
||||||
|
/* Define if you want support for dynamic linking. */
|
||||||
|
#undef DYNAMIC_LINKING
|
||||||
|
|
||||||
/* Define if you have the ctermid function. */
|
/* Define if you have the ctermid function. */
|
||||||
#undef HAVE_CTERMID
|
#undef HAVE_CTERMID
|
||||||
|
|
||||||
|
@ -187,6 +190,9 @@
|
||||||
/* Define if you have the setsid function. */
|
/* Define if you have the setsid function. */
|
||||||
#undef HAVE_SETSID
|
#undef HAVE_SETSID
|
||||||
|
|
||||||
|
/* Define if you have the shl_load function. */
|
||||||
|
#undef HAVE_SHL_LOAD
|
||||||
|
|
||||||
/* Define if you have the strerror function. */
|
/* Define if you have the strerror function. */
|
||||||
#undef HAVE_STRERROR
|
#undef HAVE_STRERROR
|
||||||
|
|
||||||
|
@ -273,3 +279,9 @@
|
||||||
|
|
||||||
/* Define if you have the <utime.h> header file. */
|
/* Define if you have the <utime.h> header file. */
|
||||||
#undef HAVE_UTIME_H
|
#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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue