diff options
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index cf9d5e41..d194a578 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -35,6 +35,9 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ /* #undef HAVE_GETTEXT */ +/* Embed GNU Guile support */ +/* #undef HAVE_GUILE */ + /* Define to 1 if your locale.h file contains LC_MESSAGES. */ /* #undef HAVE_LC_MESSAGES */ @@ -260,9 +263,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the gethostname function. */ /* #undef HAVE_GETHOSTNAME */ -/* Define to 1 if you have the getloadavg function. */ -/* #undef HAVE_GETLOADAVG */ - /* Define to 1 if you have the memmove function. */ #define HAVE_MEMMOVE 1 |