jansson_private_config.h.in (jansson-2.13.1.tar.bz2) | : | jansson_private_config.h.in (jansson-2.14.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
/* Define to 1 if you have the `localeconv' function. */ | /* Define to 1 if you have the `localeconv' function. */ | |||
#undef HAVE_LOCALECONV | #undef HAVE_LOCALECONV | |||
/* Define to 1 if you have the <locale.h> header file. */ | /* Define to 1 if you have the <locale.h> header file. */ | |||
#undef HAVE_LOCALE_H | #undef HAVE_LOCALE_H | |||
/* Define to 1 if the system has the type `long long int'. */ | /* Define to 1 if the system has the type `long long int'. */ | |||
#undef HAVE_LONG_LONG_INT | #undef HAVE_LONG_LONG_INT | |||
/* Define to 1 if you have the <memory.h> header file. */ | ||||
#undef HAVE_MEMORY_H | ||||
/* Define to 1 if you have the `open' function. */ | /* Define to 1 if you have the `open' function. */ | |||
#undef HAVE_OPEN | #undef HAVE_OPEN | |||
/* Define to 1 if you have the `read' function. */ | /* Define to 1 if you have the `read' function. */ | |||
#undef HAVE_READ | #undef HAVE_READ | |||
/* Define to 1 if you have the <sched.h> header file. */ | /* Define to 1 if you have the <sched.h> header file. */ | |||
#undef HAVE_SCHED_H | #undef HAVE_SCHED_H | |||
/* Define to 1 if you have the `sched_yield' function. */ | /* Define to 1 if you have the `sched_yield' function. */ | |||
#undef HAVE_SCHED_YIELD | #undef HAVE_SCHED_YIELD | |||
/* Define to 1 if you have the <stdint.h> header file. */ | /* Define to 1 if you have the <stdint.h> header file. */ | |||
#undef HAVE_STDINT_H | #undef HAVE_STDINT_H | |||
/* Define to 1 if you have the <stdio.h> header file. */ | ||||
#undef HAVE_STDIO_H | ||||
/* Define to 1 if you have the <stdlib.h> header file. */ | /* Define to 1 if you have the <stdlib.h> header file. */ | |||
#undef HAVE_STDLIB_H | #undef HAVE_STDLIB_H | |||
/* Define to 1 if you have the <strings.h> header file. */ | /* Define to 1 if you have the <strings.h> header file. */ | |||
#undef HAVE_STRINGS_H | #undef HAVE_STRINGS_H | |||
/* Define to 1 if you have the <string.h> header file. */ | /* Define to 1 if you have the <string.h> header file. */ | |||
#undef HAVE_STRING_H | #undef HAVE_STRING_H | |||
/* Define to 1 if you have the `strtoll' function. */ | /* Define to 1 if you have the `strtoll' function. */ | |||
skipping to change at line 115 | skipping to change at line 115 | |||
/* Define to the one symbol short name of this package. */ | /* Define to the one symbol short name of this package. */ | |||
#undef PACKAGE_TARNAME | #undef PACKAGE_TARNAME | |||
/* Define to the home page for this package. */ | /* Define to the home page for this package. */ | |||
#undef PACKAGE_URL | #undef PACKAGE_URL | |||
/* Define to the version of this package. */ | /* Define to the version of this package. */ | |||
#undef PACKAGE_VERSION | #undef PACKAGE_VERSION | |||
/* Define to 1 if you have the ANSI C header files. */ | /* Define to 1 if all of the C90 standard headers exist (not just the ones | |||
required in a freestanding environment). This macro is provided for | ||||
backward compatibility; new code need not use it. */ | ||||
#undef STDC_HEADERS | #undef STDC_HEADERS | |||
/* Define to 1 if /dev/urandom should be used for seeding the hash function */ | /* Define to 1 if /dev/urandom should be used for seeding the hash function */ | |||
#undef USE_URANDOM | #undef USE_URANDOM | |||
/* Define to 1 if CryptGenRandom should be used for seeding the hash function | /* Define to 1 if CryptGenRandom should be used for seeding the hash function | |||
*/ | */ | |||
#undef USE_WINDOWS_CRYPTOAPI | #undef USE_WINDOWS_CRYPTOAPI | |||
/* Version number of package */ | /* Version number of package */ | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 6 lines changed or added |