[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Jul 16 15:01:51 MDT 2010


The branch, master has been updated
       via  5815119... s3-perfcount: make it possible to compile the example perfcount daemon.
      from  3b0c87c... s4-smbtorture: run all testcases with bigendian push as well in RPC-BIND.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5815119cb0ca56f5155936d99dae5fc9e4a53db8
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jul 16 23:00:17 2010 +0200

    s3-perfcount: make it possible to compile the example perfcount daemon.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 examples/perfcounter/perf.h |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/perfcounter/perf.h b/examples/perfcounter/perf.h
index 7f06b05..b2968a0 100644
--- a/examples/perfcounter/perf.h
+++ b/examples/perfcounter/perf.h
@@ -21,6 +21,21 @@
 #ifndef __PERF_H__
 #define __PERF_H__
 
+#define _PUBLIC_
+
+#ifdef HAVE_STDBOOL_H
+#include <stdbool.h>
+#endif
+
+#if !defined(HAVE_BOOL)
+#ifdef HAVE__Bool
+#define bool _Bool
+#else
+typedef int bool;
+#endif
+#endif
+
+
 #include <stdlib.h>
 #include <time.h>
 #include <math.h>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list