Lines Matching defs:version
115 static char version[512];
700 printf("compiled with OpenSSL version: %s\n",
704 printf("linked to OpenSSL version: %s\n",
708 printf("linked to OpenSSL version: %s\n",
713 printf("compiled with libxml2 version: %s\n",
715 printf("linked to libxml2 version: %s\n",
719 printf("compiled with libjson-c version: %s\n",
721 printf("linked to libjson-c version: %s\n",
725 printf("compiled with zlib version: %s\n",
727 printf("linked to zlib version: %s\n",
1327 * Record version in core image.
1328 * strings named.core | grep "named version:"
1330 strlcat(version,
1332 "named version: BIND " VERSION " <" SRCID ">",
1334 "named version: BIND " VERSION " <" SRCID "> (" __DATE__ ")",
1336 sizeof(version));