Add HAVE_SYSCONF
authorReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 04:08:58 +0000 (04:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 04:08:58 +0000 (04:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19060 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index bcb199374ede4f149c8bea33b8de328b0e009255..dd4f458773700fab9da3ea4fa254f87ca5306bad 100644 (file)
 /* 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