Readded libltdl/acconfig.h. That should be there.

SVN revision: 6415
This commit is contained in:
Sytse Wielinga 2002-10-06 18:43:22 +00:00
parent 4a326a6d0d
commit ae8a68d38c
3 changed files with 33 additions and 1 deletions

View File

@ -31,4 +31,3 @@ build-stamp
configure-stamp
stamp-h1
autom4te.cache
libltdl

21
libltdl/.cvsignore Normal file
View File

@ -0,0 +1,21 @@
configure
configure.in
config.log
libtool
config.h
config.status
stamp-h
Makefile.am
Makefile.in
Makefile
.libs
.deps
*.lo
*.la
ltdl.c
ltdl.h
acinclude.m4
aclocal.m4
config.h.in
COPYING.LIB
README

12
libltdl/acconfig.h Normal file
View File

@ -0,0 +1,12 @@
/* Some of these are defined here, not in configure.in, because
they're AC_DEFINEd in two different places, which causes two
defines to appear. Some C compilers might now appreciate it... */
/* Define if you have the libdl library or equivalent. */
#undef HAVE_LIBDL
/* Define if you have the GNU dld library. */
#undef HAVE_DLD
/* Define if you have the shl_load function. */
#undef HAVE_SHL_LOAD