-/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/libgen.h,v 1.4 2003-11-24 13:08:33 hadaq Exp $ */
+/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/libgen.h,v 1.5 2005-03-10 14:53:03 hadaq Exp $ */
#ifndef OUR_LIBGEN_H
#define OUR_LIBGEN_H
#ifdef HAVE_LIBCOMPAT
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
#else
#include </usr/include/libgen.h>
#endif
#include </usr/include/pthread.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Detaching a Thread */
#ifdef pthread_detach
#undef pthread_detach
int PTHREAD_pthread_key_delete(pthread_key_t key);
void *PTHREAD_pthread_getspecific(pthread_key_t key);
+#ifdef __cplusplus
+}
+#endif
+
#else
#include </usr/include/pthread.h>
#endif
-/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.h,v 1.4 2003-11-24 13:08:34 hadaq Exp $ */
+/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.h,v 1.5 2005-03-10 14:53:03 hadaq Exp $ */
#ifndef OUR_SEMAPHORE_H
#define OUR_SEMAPHORE_H
#include <sys/types.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef int sem_t;
#define sem_open SEMAPHORE_sem_open
int SEMAPHORE_sem_trywait(sem_t * sem);
int SEMAPHORE_sem_post(sem_t * sem);
+#ifdef __cplusplus
+}
+#endif
+
#else
#include </usr/include/semaphore.h>
#endif
-/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/stdint.h,v 1.4 2003-11-24 13:08:34 hadaq Exp $ */
+/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/stdint.h,v 1.5 2005-03-10 14:53:04 hadaq Exp $ */
#ifndef OUR_STDINT_H
#define OUR_STDINT_H
#ifdef HAVE_LIBCOMPAT
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef signed char int8_t;
typedef short int int16_t;
typedef int int32_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
+#ifdef __cplusplus
+}
+#endif
+
#else
#include </usr/include/stdint.h>
#endif
-/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/syslog.h,v 1.5 2003-11-24 13:08:34 hadaq Exp $ */
+/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/syslog.h,v 1.6 2005-03-10 14:53:04 hadaq Exp $ */
#ifndef OUR_SYSLOG_H
#define OUR_SYSLOG_H
#include </usr/include/syslog.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#if !defined(LOG_PERROR)
#define LOG_PERROR 0x20 /* log to stderr as well */
#endif
#define closelog SYSLOG_closelog
#define setlogmask SYSLOG_setlogmask
+#ifdef __cplusplus
+}
+#endif
+
#else
#include </usr/include/syslog.h>
#endif