config.h.in | config.h.in | |||
---|---|---|---|---|
skipping to change at line 144 | skipping to change at line 144 | |||
/* Define to 1 if you have the <getopt.h> header file. */ | /* Define to 1 if you have the <getopt.h> header file. */ | |||
#undef HAVE_GETOPT_H | #undef HAVE_GETOPT_H | |||
/* Define to 1 if you have the `getopt_long' function. */ | /* Define to 1 if you have the `getopt_long' function. */ | |||
#undef HAVE_GETOPT_LONG | #undef HAVE_GETOPT_LONG | |||
/* Define if the GNU gettext() function is already present or preinstalled. */ | /* Define if the GNU gettext() function is already present or preinstalled. */ | |||
#undef HAVE_GETTEXT | #undef HAVE_GETTEXT | |||
/* Define if you have the iconv() function. */ | /* Define if you have the iconv() function and it works. */ | |||
#undef HAVE_ICONV | #undef HAVE_ICONV | |||
/* Define to 1 if you have the <immintrin.h> header file. */ | ||||
#undef HAVE_IMMINTRIN_H | ||||
/* Define to 1 if you have the <inttypes.h> header file. */ | /* Define to 1 if you have the <inttypes.h> header file. */ | |||
#undef HAVE_INTTYPES_H | #undef HAVE_INTTYPES_H | |||
/* Define to 1 if you have the <limits.h> header file. */ | /* Define to 1 if you have the <limits.h> header file. */ | |||
#undef HAVE_LIMITS_H | #undef HAVE_LIMITS_H | |||
/* Define to 1 if mbrtowc and mbstate_t are properly declared. */ | /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ | |||
#undef HAVE_MBRTOWC | #undef HAVE_MBRTOWC | |||
/* Define to 1 if you have the <memory.h> header file. */ | /* Define to 1 if you have the <memory.h> header file. */ | |||
skipping to change at line 183 | skipping to change at line 186 | |||
/* Define to 1 if you have the <minix/sha2.h> header file. */ | /* Define to 1 if you have the <minix/sha2.h> header file. */ | |||
#undef HAVE_MINIX_SHA2_H | #undef HAVE_MINIX_SHA2_H | |||
/* Define to 1 if getopt.h declares extern int optreset. */ | /* Define to 1 if getopt.h declares extern int optreset. */ | |||
#undef HAVE_OPTRESET | #undef HAVE_OPTRESET | |||
/* Define to 1 if you have the `posix_fadvise' function. */ | /* Define to 1 if you have the `posix_fadvise' function. */ | |||
#undef HAVE_POSIX_FADVISE | #undef HAVE_POSIX_FADVISE | |||
/* Define if you have POSIX threads libraries and header files. */ | ||||
#undef HAVE_PTHREAD | ||||
/* Define to 1 if you have the `pthread_condattr_setclock' function. */ | /* Define to 1 if you have the `pthread_condattr_setclock' function. */ | |||
#undef HAVE_PTHREAD_CONDATTR_SETCLOCK | #undef HAVE_PTHREAD_CONDATTR_SETCLOCK | |||
/* Have PTHREAD_PRIO_INHERIT. */ | /* Have PTHREAD_PRIO_INHERIT. */ | |||
#undef HAVE_PTHREAD_PRIO_INHERIT | #undef HAVE_PTHREAD_PRIO_INHERIT | |||
/* Define to 1 if you have the `SHA256Init' function. */ | /* Define to 1 if you have the `SHA256Init' function. */ | |||
#undef HAVE_SHA256INIT | #undef HAVE_SHA256INIT | |||
/* Define to 1 if the system has the type `SHA256_CTX'. */ | /* Define to 1 if the system has the type `SHA256_CTX'. */ | |||
skipping to change at line 283 | skipping to change at line 283 | |||
/* Define to 1 or 0, depending whether the compiler supports simple visibil ity | /* Define to 1 or 0, depending whether the compiler supports simple visibil ity | |||
declarations. */ | declarations. */ | |||
#undef HAVE_VISIBILITY | #undef HAVE_VISIBILITY | |||
/* Define to 1 if you have the `wcwidth' function. */ | /* Define to 1 if you have the `wcwidth' function. */ | |||
#undef HAVE_WCWIDTH | #undef HAVE_WCWIDTH | |||
/* Define to 1 if the system has the type `_Bool'. */ | /* Define to 1 if the system has the type `_Bool'. */ | |||
#undef HAVE__BOOL | #undef HAVE__BOOL | |||
/* Define to the sub-directory in which libtool stores uninstalled librarie | /* Define to 1 if _mm_movemask_epi8 is available. */ | |||
s. | #undef HAVE__MM_MOVEMASK_EPI8 | |||
*/ | ||||
/* Define to the sub-directory where libtool stores uninstalled libraries. | ||||
*/ | ||||
#undef LT_OBJDIR | #undef LT_OBJDIR | |||
/* Define to 1 when using POSIX threads (pthreads). */ | ||||
#undef MYTHREAD_POSIX | ||||
/* Define to 1 when using Windows Vista compatible threads. This uses featu | ||||
res | ||||
that are not available on Windows XP. */ | ||||
#undef MYTHREAD_VISTA | ||||
/* Define to 1 when using Windows 95 (and thus XP) compatible threads. This | ||||
avoids use of features that were added in Windows Vista. */ | ||||
#undef MYTHREAD_WIN95 | ||||
/* Define to 1 to disable debugging code. */ | /* Define to 1 to disable debugging code. */ | |||
#undef NDEBUG | #undef NDEBUG | |||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */ | ||||
#undef NO_MINUS_C_MINUS_O | ||||
/* Name of package */ | /* Name of package */ | |||
#undef PACKAGE | #undef PACKAGE | |||
/* Define to the address where bug reports for this package should be sent. */ | /* Define to the address where bug reports for this package should be sent. */ | |||
#undef PACKAGE_BUGREPORT | #undef PACKAGE_BUGREPORT | |||
/* Define to the full name of this package. */ | /* Define to the full name of this package. */ | |||
#undef PACKAGE_NAME | #undef PACKAGE_NAME | |||
/* Define to the full name and version of this package. */ | /* Define to the full name and version of this package. */ | |||
End of changes. 6 change blocks. | ||||
10 lines changed or deleted | 21 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |