diff options
author | Werner Koch <[email protected]> | 1998-01-05 19:13:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-05 19:13:15 +0000 |
commit | e1117ae4a1bfc0bb644432b41ef90fead9a731cb (patch) | |
tree | 94318967baa939ebb198adaca70ad31caf0c1f54 /config.h.in | |
parent | added more stuff (diff) | |
download | gnupg-0-0-0.tar.gz gnupg-0-0-0.zip |
NT version compilesV0-0-0
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 <unistd.h> header file. */ #undef HAVE_UNISTD_H |