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 | 02cef96a2855b1b01b81d4b3429ed5cd707dd899 (patch) | |
tree | 414efece2ffea36ea7fcec8ce0269b59a16c8d8f /include/llvm/Config | |
parent | 9a08b5eafeb54a70294bd6d964331128a1c3401d (diff) | |
download | external_llvm-02cef96a2855b1b01b81d4b3429ed5cd707dd899.zip external_llvm-02cef96a2855b1b01b81d4b3429ed5cd707dd899.tar.gz external_llvm-02cef96a2855b1b01b81d4b3429ed5cd707dd899.tar.bz2 |
Regenerated using autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 2a71cb7..9f35aca 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/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 |