--- module-skipjack/config.h.in 2000/09/16 01:18:12 1.1.1.1 +++ module-skipjack/config.h.in 2001/09/16 18:54:04 1.3 @@ -1,60 +1,94 @@ /* config.h.in. Generated automatically from configure.in by autoheader. */ +#undef LIBMCRYPT24 +#undef LIBMCRYPT22 -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define if you have the `bcopy' function. */ +#undef HAVE_BCOPY -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define if you have the header file. */ +#undef HAVE_BYTESWAP_H -/* The number of bytes in a unsigned char. */ -#undef SIZEOF_UNSIGNED_CHAR +/* Define if you have the `bzero' function. */ +#undef HAVE_BZERO -/* The number of bytes in a unsigned int. */ -#undef SIZEOF_UNSIGNED_INT +/* Define if you have the header file. */ +#undef HAVE_DIRENT_H -/* The number of bytes in a unsigned long int. */ -#undef SIZEOF_UNSIGNED_LONG_INT +/* Define if you have the header file. */ +#undef HAVE_DLFCN_H -/* The number of bytes in a unsigned short int. */ -#undef SIZEOF_UNSIGNED_SHORT_INT +/* Define if you have the header file. */ +#undef HAVE_ENDIAN_H -/* Define if you have the bcopy function. */ -#undef HAVE_BCOPY +/* Define if you have the header file. */ +#undef HAVE_INTTYPES_H -/* Define if you have the bzero function. */ -#undef HAVE_BZERO +/* Define if you have the header file. */ +#undef HAVE_LIMITS_H -/* Define if you have the memmove function. */ +/* Define if you have the header file. */ +#undef HAVE_MACHINE_ENDIAN_H + +/* Define if you have the `memmove' function. */ #undef HAVE_MEMMOVE -/* Define if you have the memset function. */ +/* Define if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the `memset' function. */ #undef HAVE_MEMSET -/* Define if you have the mlock function. */ +/* Define if you have the `mlock' function. */ #undef HAVE_MLOCK -/* Define if you have the header file. */ -#undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_STDINT_H -/* Define if you have the header file. */ -#undef HAVE_LIMITS_H +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_STRINGS_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ +#undef HAVE_STRING_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_ENDIAN_H + +/* Define if you have the header file. */ #undef HAVE_SYS_MMAN_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define if you have the header file. */ +/* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE +/* The size of a `unsigned char', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_CHAR + +/* The size of a `unsigned int', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_INT + +/* The size of a `unsigned long int', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG_INT + +/* The size of a `unsigned short int', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_SHORT_INT + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + /* Version number of package */ #undef VERSION +/* Define if your processor stores words with the most significant byte first + (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN