diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 04:08:58 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-20 04:08:58 +0000 |
commit | 51a33548d46a338a251eb48a937bc2eec758a01c (patch) | |
tree | 22dcd271ccf2030f2a9dbf8641d03706a85f1c7f | |
parent | fabf41fc3e8ecdce49442fc52312d5b26b0879c1 (diff) |
Add HAVE_SYSCONF
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19060 91177308-0d34-0410-b5e6-96231b3b80d8
-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 bcb199374e..dd4f458773 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -279,6 +279,9 @@ /* Define to 1 if you have the `strtoq' function. */ #undef HAVE_STRTOQ +/* Define to 1 if you have the `sysconf' function. */ +#undef HAVE_SYSCONF + /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H |