[llvm-commits] CVS: llvm/include/Config/config.h.in
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Wed Jan 21 13:40:05 PST 2004
    
    
  
Changes in directory llvm/include/Config:
config.h.in updated: 1.10 -> 1.11
---
Log message:
Regenerated using autoconf-2.57 and autoheader-2.57.
---
Diffs of the changes:  (+3 -0)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.10 llvm/include/Config/config.h.in:1.11
--- llvm/include/Config/config.h.in:1.10	Thu Jan 15 00:22:32 2004
+++ llvm/include/Config/config.h.in	Wed Jan 21 13:39:29 2004
@@ -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.
    
    
More information about the llvm-commits
mailing list