aboutsummaryrefslogtreecommitdiff
path: root/drill/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'drill/config.h.in')
-rw-r--r--drill/config.h.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/drill/config.h.in b/drill/config.h.in
index 75448a07ecc6..93abc62b58ab 100644
--- a/drill/config.h.in
+++ b/drill/config.h.in
@@ -15,8 +15,8 @@
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
-/* If you have HMAC_CTX_init */
-#undef HAVE_HMAC_CTX_INIT
+/* If you have HMAC_Update */
+#undef HAVE_HMAC_UPDATE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -279,9 +279,6 @@
#include <ws2tcpip.h>
#endif
-extern char *optarg;
-extern int optind, opterr;
-
#ifndef EXIT_FAILURE
#define EXIT_FAILURE 1
#endif