From e1117ae4a1bfc0bb644432b41ef90fead9a731cb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 5 Jan 1998 19:13:15 +0000 Subject: NT version compiles --- config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 45f3e5114..93f0acb96 100644 --- a/config.h.in +++ b/config.h.in @@ -54,6 +54,9 @@ #undef HAVE_U16_TYPEDEF #undef HAVE_U32_TYPEDEF +/* defined if we have a /dev/random and /dev/urandom */ +#undef HAVE_DEV_RANDOM + /* RSA is only compiled in if you have these files. You can use * RSA without any restrictions, if your not in the U.S. or * wait until sep 20, 2000 @@ -69,6 +72,9 @@ /* The number of bytes in a unsigned short. */ #undef SIZEOF_UNSIGNED_SHORT +/* Define if you have the stpcpy function. */ +#undef HAVE_STPCPY + /* Define if you have the strerror function. */ #undef HAVE_STRERROR @@ -78,6 +84,9 @@ /* Define if you have the strtoul function. */ #undef HAVE_STRTOUL +/* Define if you have the tcgetattr function. */ +#undef HAVE_TCGETATTR + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -- cgit v1.2.3