diff options
| author | mrg <mrg@NetBSD.org> | 2003-12-04 14:39:09 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-12-04 14:39:09 +0000 |
| commit | 228f85d62efe502d48bd52b414b8a147b966c0bc (patch) | |
| tree | 62532bdbeff17a281bde128ff57b137164af54c9 /gnu/lib/libopcodes | |
| parent | 952c49730605d9cf68d8b5849685cdcebdb97c6d (diff) | |
regenerate non-broken
Diffstat (limited to 'gnu/lib/libopcodes')
| -rw-r--r-- | gnu/lib/libopcodes/arch/vax/config.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gnu/lib/libopcodes/arch/vax/config.h b/gnu/lib/libopcodes/arch/vax/config.h index 3c8acfa1e57..ff45def2757 100644 --- a/gnu/lib/libopcodes/arch/vax/config.h +++ b/gnu/lib/libopcodes/arch/vax/config.h @@ -27,13 +27,13 @@ /* #undef inline */ /* Define to `long' if <sys/types.h> doesn't define. */ -#define off_t long +/* #undef off_t */ /* Define if you need to in order for stat and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define to `unsigned' if <sys/types.h> doesn't define. */ -#define size_t unsigned +/* #undef size_t */ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be @@ -45,7 +45,7 @@ /* #undef STACK_DIRECTION */ /* Define if you have the ANSI C header files. */ -/* #undef STDC_HEADERS */ +#define STDC_HEADERS 1 /* Define if you have the __argz_count function. */ /* #undef HAVE___ARGZ_COUNT */ @@ -90,28 +90,28 @@ /* #undef HAVE_ARGZ_H */ /* Define if you have the <limits.h> header file. */ -/* #undef HAVE_LIMITS_H */ +#define HAVE_LIMITS_H 1 /* Define if you have the <locale.h> header file. */ -/* #undef HAVE_LOCALE_H */ +#define HAVE_LOCALE_H 1 /* Define if you have the <malloc.h> header file. */ -/* #undef HAVE_MALLOC_H */ +#define HAVE_MALLOC_H 1 /* Define if you have the <nl_types.h> header file. */ -/* #undef HAVE_NL_TYPES_H */ +#define HAVE_NL_TYPES_H 1 /* Define if you have the <stdlib.h> header file. */ -/* #undef HAVE_STDLIB_H */ +#define HAVE_STDLIB_H 1 /* Define if you have the <string.h> header file. */ -/* #undef HAVE_STRING_H */ +#define HAVE_STRING_H 1 /* Define if you have the <strings.h> header file. */ -/* #undef HAVE_STRINGS_H */ +#define HAVE_STRINGS_H 1 /* Define if you have the <sys/param.h> header file. */ -/* #undef HAVE_SYS_PARAM_H */ +#define HAVE_SYS_PARAM_H 1 /* Define if you have the <sys/stat.h> header file. */ /* #undef HAVE_SYS_STAT_H */ @@ -120,7 +120,7 @@ /* #undef HAVE_SYS_TYPES_H */ /* Define if you have the <unistd.h> header file. */ -/* #undef HAVE_UNISTD_H */ +#define HAVE_UNISTD_H 1 /* Define if you have the <values.h> header file. */ /* #undef HAVE_VALUES_H */ @@ -135,7 +135,7 @@ /* #undef HAVE_STPCPY */ /* Define if your locale.h file contains LC_MESSAGES. */ -/* #undef HAVE_LC_MESSAGES */ +#define HAVE_LC_MESSAGES 1 /* Define to 1 if NLS is requested */ #define ENABLE_NLS 1 |
