summaryrefslogtreecommitdiff
path: root/include/Config
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:39:29 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:39:29 +0000
commit554831c479f75bd6f116045ebc78aad4797715cf (patch)
tree043fdc481c17986e3ba144a685064bccda073775 /include/Config
parent88aeace3189c214115e5170bcedf1888235c4c08 (diff)
downloadllvm-554831c479f75bd6f116045ebc78aad4797715cf.tar.gz
llvm-554831c479f75bd6f116045ebc78aad4797715cf.tar.bz2
llvm-554831c479f75bd6f116045ebc78aad4797715cf.tar.xz
Regenerated using autoconf-2.57 and autoheader-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Config')
-rw-r--r--include/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index 6dde4be20e..d7c0bbf18d 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -180,6 +180,9 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
+/* Extension that shared libraries have, e.g., ".so". */
+#undef SHLIBEXT
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.