[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:56:51 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ad845cfd30464ac0ea8b677ac109f0cf19672f0a
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 22 15:21:10 2003 +0000

            Reviewed by Ken.
    
            * kjs/config.h: Added HAVE_SYS_PARAM_H, since KJS does look for this header, and we do
            indeed have it. Just something I noticed in passing while cleaning up configure.in.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5028 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 215e503..5350e2d 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-22  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken.
+
+        * kjs/config.h: Added HAVE_SYS_PARAM_H, since KJS does look for this header, and we do
+        indeed have it. Just something I noticed in passing while cleaning up configure.in.
+
 2003-09-20  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 215e503..5350e2d 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2003-09-22  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken.
+
+        * kjs/config.h: Added HAVE_SYS_PARAM_H, since KJS does look for this header, and we do
+        indeed have it. Just something I noticed in passing while cleaning up configure.in.
+
 2003-09-20  Darin Adler  <darin at apple.com>
 
         Reviewed by Dave.
diff --git a/JavaScriptCore/kjs/config.h b/JavaScriptCore/kjs/config.h
index 3c88c28..2431967 100644
--- a/JavaScriptCore/kjs/config.h
+++ b/JavaScriptCore/kjs/config.h
@@ -3,6 +3,7 @@
 #define HAVE_FUNC_STRTOLL 1
 #define HAVE_STRING_H 1
 #define HAVE_STRINGS_H 1
+#define HAVE_SYS_PARAM_H 1
 #define HAVE_SYS_TIME_H 1
 #define HAVE_PCREPOSIX 1
 #define TIME_WITH_SYS_TIME 1

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list