diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:00:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:00:25 +0200 |
commit | cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f (patch) | |
tree | c765d394641bea7a05258bc75b5e5b0327725073 /pc/config.h | |
parent | 63c77b4b434ebca094b73a7058f4bbb997c6ef94 (diff) | |
parent | a8202dfd103b1a0134939d55f48eb748ce65144d (diff) | |
download | egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.tar.gz egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.tar.bz2 egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.zip |
Merge branch 'gawk-4.0-stable'. Automake and bison.
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h index 0dbf1701..40d802e8 100644 --- a/pc/config.h +++ b/pc/config.h @@ -186,6 +186,9 @@ /* Define to 1 if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the `posix_openpt' function. */ +#undef HAVE_POSIX_OPENPT + /* Define to 1 if you have the `setenv' function. */ #if defined(__MINGW32__) || defined(__DJGPP__) #define HAVE_SETENV 1 |