diff options
| author | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-02 21:26:03 +0000 |
|---|---|---|
| committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-04-02 21:26:03 +0000 |
| commit | 0d372ee6967f713c49272ca9a41db9c6a70f4aa7 (patch) | |
| tree | 9b3f846c13f66b082c78762c39c88f95e04e8373 | |
| parent | 8bdbb3d7eb7a4f576625e21f59290904037fab48 (diff) | |
| download | bcm5719-llvm-0d372ee6967f713c49272ca9a41db9c6a70f4aa7.tar.gz bcm5719-llvm-0d372ee6967f713c49272ca9a41db9c6a70f4aa7.zip | |
Regenerated using autoheader-2.57.
llvm-svn: 12637
| -rw-r--r-- | llvm/include/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/Config/config.h.in b/llvm/include/Config/config.h.in index 2a71cb7a20e..9f35aca6983 100644 --- a/llvm/include/Config/config.h.in +++ b/llvm/include/Config/config.h.in @@ -45,6 +45,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `isatty' function. */ +#undef HAVE_ISATTY + /* Define to 1 if you have the `elf' library (-lelf). */ #undef HAVE_LIBELF |

