[Pkg-virtualbox-commits] [kbuild] 01/07: Imported Upstream version 0.1.9998svn2786+dfsg
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Sat Jul 25 17:25:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository kbuild.
commit 3562dfdbafdb9480e2e60d70cfdfed295ca02e3b
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Jul 25 17:27:19 2015 +0200
Imported Upstream version 0.1.9998svn2786+dfsg
---
SlickEdit/kdev.e | 5 +++--
src/kmk/config.h.solaris | 10 ++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/SlickEdit/kdev.e b/SlickEdit/kdev.e
index f77cd21..b806428 100644
--- a/SlickEdit/kdev.e
+++ b/SlickEdit/kdev.e
@@ -1,4 +1,4 @@
-/* $Id: kdev.e 2737 2014-12-23 21:15:58Z bird $ -*- tab-width: 4 c-indent-level: 4 -*- */
+/* $Id: kdev.e 2785 2015-07-11 14:58:52Z bird $ -*- tab-width: 4 c-indent-level: 4 -*- */
/** @file
* Visual SlickEdit Documentation Macros.
*/
@@ -110,12 +110,13 @@ static _str skCompany = ''; /* empty or company name for copyrig
static _str skProgram = ''; /* Current program name - used by [L]GPL */
static _str skChange = ''; /* Current change identifier. */
-static int ikStyleWidth = 80; /* The page width of the style. */
+static int ikStyleWidth = 130; /* The page width of the style. */
static boolean fkStyleFullHeaders = false; /* false: omit some tags. */
static int ikStyleOneliner = 41; /* The oneline comment column. */
static int ikStyleModifyMarkColumn = 105;
static boolean fkStyleBoxTag = false; /* true: Include tag in k_box_start. */
+
/*******************************************************************************
* Internal Functions *
*******************************************************************************/
diff --git a/src/kmk/config.h.solaris b/src/kmk/config.h.solaris
index aebf10a..a7cf206 100644
--- a/src/kmk/config.h.solaris
+++ b/src/kmk/config.h.solaris
@@ -40,6 +40,7 @@
/* Define to 1 if you have the `bsd_signal' function. */
#define HAVE_BSD_SIGNAL 1
+#define HAVE_DECL_BSD_SIGNAL 1
/* Use case insensitive file names */
/* #undef HAVE_CASE_INSENSITIVE_FS */
@@ -201,6 +202,15 @@
/* Define to 1 if you have the `strcmpi' function. */
/* #undef HAVE_STRCMPI */
+/* Define to 1 if you have the `strncasecmp' function. */
+#define HAVE_STRNCASECMP 1
+
+/* Define to 1 if you have the `strncmpi' function. */
+/* #undef HAVE_STRNCMPI */
+
+/* Define to 1 if you have the `strncmp' function. */
+/* #undef HAVE_STRNICMP */
+
/* Define to 1 if you have the `strcoll' function and it is properly defined.
*/
#define HAVE_STRCOLL 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git
More information about the Pkg-virtualbox-commits
mailing list