diff options
author | Thomas White <taw@physics.org> | 2010-03-04 11:10:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-04 11:10:32 +0100 |
commit | d59b05e531051524e079bf4e103e9abecc46bdaa (patch) | |
tree | 18b6288395bae38020b994f6a15579ef75dfe4bb /config.h.in | |
parent | a624cfc05b39b7671603d276a21b31974bf9dd56 (diff) |
Configure script improvements
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e58d569f..f1436fd0 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the `forkpty' function. */ +#undef HAVE_FORKPTY + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |