|
From: Bob T. <bt...@us...> - 2001-08-13 02:26:47
|
Update of /cvsroot/benson/benson3 In directory usw-pr-cvs1:/tmp/cvs-serv26639 Added Files: config.h config.h.in Log Message: Added the autoheader silliness in --- NEW FILE: config.h --- /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define if you have the <errno.h> header file. */ #define HAVE_ERRNO_H 1 /* Define if you have the `compat' library (-lcompat). */ /* #undef HAVE_LIBCOMPAT */ /* Define if you have the `dl' library (-ldl). */ #define HAVE_LIBDL 1 /* Define if you have the `dld' library (-ldld). */ /* #undef HAVE_LIBDLD */ /* Define if you have the `ld' library (-lld). */ /* #undef HAVE_LIBLD */ /* Define if you have the `m' library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ /* Define if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define if you have the `ssl' library (-lssl). */ #define HAVE_LIBSSL 1 /* Define if you have the `w' library (-lw). */ /* #undef HAVE_LIBW */ /* Define if you have the <openssl/ssl.h> header file. */ #define HAVE_OPENSSL_SSL_H 1 /* Define if you have the <signal.h> header file. */ #define HAVE_SIGNAL_H 1 /* Define if you have the <sys/shm.h> header file. */ #define HAVE_SYS_SHM_H 1 /* Define if you have the <sys/stat.h> header file. */ #define HAVE_SYS_STAT_H 1 /* Name of package */ #define PACKAGE "benson" /* Version number of package */ #define VERSION "3.0" /* Define if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ --- NEW FILE: config.h.in --- /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H /* Define if you have the `compat' library (-lcompat). */ #undef HAVE_LIBCOMPAT /* Define if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL /* Define if you have the `dld' library (-ldld). */ #undef HAVE_LIBDLD /* Define if you have the `ld' library (-lld). */ #undef HAVE_LIBLD /* Define if you have the `m' library (-lm). */ #undef HAVE_LIBM /* Define if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if you have the `ssl' library (-lssl). */ #undef HAVE_LIBSSL /* Define if you have the `w' library (-lw). */ #undef HAVE_LIBW /* Define if you have the <openssl/ssl.h> header file. */ #undef HAVE_OPENSSL_SSL_H /* Define if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H /* Define if you have the <sys/shm.h> header file. */ #undef HAVE_SYS_SHM_H /* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING |