mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Because of how Guile saves and restores continuations (by copying the stack), and how it uses alloca to create space for debug information on the stack, we must have an alloca() that really does use the stack, and not one that uses the heap. To do this, we use the Gnulib "alloca-opt" module instead of "alloca". This commit also updates the Gnulib sources from the current Gnulib Git repository.
26 lines
1 KiB
C
26 lines
1 KiB
C
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
|
|
#define PREFIX "/usr/local"
|
|
#define EXEC_PREFIX "/usr/local"
|
|
#define BINDIR "/usr/local/bin"
|
|
#define SBINDIR "/usr/local/sbin"
|
|
#define LIBEXECDIR "/usr/local/libexec"
|
|
#define DATAROOTDIR "/usr/local/share"
|
|
#define DATADIR "/usr/local/share"
|
|
#define SYSCONFDIR "/usr/local/etc"
|
|
#define SHAREDSTATEDIR "/usr/local/com"
|
|
#define LOCALSTATEDIR "/usr/local/var"
|
|
#define INCLUDEDIR "/usr/local/include"
|
|
#define OLDINCLUDEDIR "/usr/include"
|
|
#define DOCDIR "/usr/local/share/doc/guile"
|
|
#define INFODIR "/usr/local/share/info"
|
|
#define HTMLDIR "/usr/local/share/doc/guile"
|
|
#define DVIDIR "/usr/local/share/doc/guile"
|
|
#define PDFDIR "/usr/local/share/doc/guile"
|
|
#define PSDIR "/usr/local/share/doc/guile"
|
|
#define LIBDIR "/usr/local/lib"
|
|
#define LISPDIR "/usr/local/share/emacs/site-lisp"
|
|
#define LOCALEDIR "/usr/local/share/locale"
|
|
#define MANDIR "/usr/local/share/man"
|
|
#define PKGDATADIR "/usr/local/share/guile"
|
|
#define PKGINCLUDEDIR "/usr/local/include/guile"
|
|
#define PKGLIBDIR "/usr/local/lib/guile"
|