diff options
author | toni <matzeton@googlemail.com> | 2016-09-13 04:05:23 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-09-13 04:05:23 +0200 |
commit | 5b5939a58fcf80a17f13d190145474d2e9b9db6e (patch) | |
tree | 83ef660405896adbd439fc0051e9a3caffd9bc63 /src/aconfig.h.in | |
parent | c17e62b78e8d03c58658b199bd1824a60099c27d (diff) |
using network info for naskpass frontend
Diffstat (limited to 'src/aconfig.h.in')
-rw-r--r-- | src/aconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/aconfig.h.in b/src/aconfig.h.in index 333f005..cbae5a0 100644 --- a/src/aconfig.h.in +++ b/src/aconfig.h.in @@ -87,6 +87,12 @@ and to 0 otherwise. */ #undef HAVE_REALLOC +/* Define to 1 if you have libc resolv. */ +#undef HAVE_RESOLVE + +/* Define to 1 if you have the <resolv.h> header file. */ +#undef HAVE_RESOLV_H + /* Define to 1 if you have the <semaphore.h> header file. */ #undef HAVE_SEMAPHORE_H |