diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:04:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:04:32 +0200 |
commit | 287b218ce09459ba4d66dd0c4ad6f1c48f525c82 (patch) | |
tree | 24f838e44be4a35bfab21adab63d0127ce0b0017 /pc/config.h | |
parent | ae9e583a257264f4580d07354e79aac63db72695 (diff) | |
parent | 0c6eb4d4b1e1f4b6e1aee116929863f9b820fdcc (diff) | |
download | egawk-287b218ce09459ba4d66dd0c4ad6f1c48f525c82.tar.gz egawk-287b218ce09459ba4d66dd0c4ad6f1c48f525c82.tar.bz2 egawk-287b218ce09459ba4d66dd0c4ad6f1c48f525c82.zip |
Merge branch 'master' into array-iface
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 |