[Devel] [ openser-Patches-1722648 ] report QM_JOIN_FREE with
"openser -V"
SourceForge.net
noreply at sourceforge.net
Tue Jun 19 15:40:04 CEST 2007
Patches item #1722648, was opened at 2007-05-21 16:20
Message generated for change (Settings changed) made by miconda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1722648&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
>Group: ver devel
>Status: Closed
>Resolution: Accepted
Priority: 3
Private: No
Submitted By: Klaus Darilion (klaus_darilion)
>Assigned to: Daniel-Constantin Mierla (miconda)
Summary: report QM_JOIN_FREE with "openser -V"
Initial Comment:
Maybe reporting of other compile flags is missing too.
Index: version.h
===================================================================
--- version.h (revision 2252)
+++ version.h (working copy)
@@ -132,6 +132,12 @@
#define DBG_F_MALLOC_STR ""
#endif
+#ifdef QM_JOIN_FREE
+#define QM_JOIN_FREE_STR ", QM_JOIN_FREE"
+#else
+#define QM_JOIN_FREE_STR ""
+#endif
+
#ifdef DEBUG_DMALLOC
#define DEBUG_DMALLOC_STR ", DEBUG_DMALLOC"
#else
@@ -182,7 +188,7 @@
SHM_MEM_STR SHM_MMAP_STR PKG_MALLOC_STR VQ_MALLOC_STR F_MALLOC_STR \
USE_SHM_MEM_STR DBG_QM_MALLOC_STR DBG_F_MALLOC_STR DEBUG_DMALLOC_STR \
FAST_LOCK_STR NOSMP_STR USE_PTHREAD_MUTEX_STR USE_POSIX_SEM_STR \
- USE_SYSV_SEM_STR
+ USE_SYSV_SEM_STR QM_JOIN_FREE_STR
#endif
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1722648&group_id=139143
More information about the Devel
mailing list