From ccbacaab47b4807964056f61eaa3cda1cd323efc Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 24 Nov 2003 13:08:33 +0000 Subject: [PATCH] *** empty log message *** --- compat/libgen.h | 7 ++++++- compat/pthread.h | 3 ++- compat/semaphore.h | 4 +++- compat/stdint.h | 4 +++- compat/syslog.h | 4 +++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/compat/libgen.h b/compat/libgen.h index ff7b01c..d3bd3c2 100644 --- a/compat/libgen.h +++ b/compat/libgen.h @@ -1,5 +1,10 @@ -/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/libgen.h,v 1.3 2003-02-17 12:28:09 muench Exp $ */ +/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/libgen.h,v 1.4 2003-11-24 13:08:33 hadaq Exp $ */ #ifndef OUR_LIBGEN_H #define OUR_LIBGEN_H +#ifdef HAVE_LIBCOMPAT +#else +#include +#endif + #endif diff --git a/compat/pthread.h b/compat/pthread.h index 32ef23f..1d2e94c 100644 --- a/compat/pthread.h +++ b/compat/pthread.h @@ -76,7 +76,8 @@ int PTHREAD_pthread_key_create(pthread_key_t *key, void (*destr_function) (void int PTHREAD_pthread_key_delete(pthread_key_t key); void *PTHREAD_pthread_getspecific(pthread_key_t key); +#else +#include #endif #endif - diff --git a/compat/semaphore.h b/compat/semaphore.h index b5241d6..8739b15 100644 --- a/compat/semaphore.h +++ b/compat/semaphore.h @@ -1,4 +1,4 @@ -/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.h,v 1.3 2003-11-24 13:02:41 hadaq Exp $ */ +/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.h,v 1.4 2003-11-24 13:08:34 hadaq Exp $ */ #ifndef OUR_SEMAPHORE_H #define OUR_SEMAPHORE_H @@ -22,6 +22,8 @@ int SEMAPHORE_sem_wait(sem_t * sem); int SEMAPHORE_sem_trywait(sem_t * sem); int SEMAPHORE_sem_post(sem_t * sem); +#else +#include #endif #endif diff --git a/compat/stdint.h b/compat/stdint.h index b0f2ed8..e11f8e1 100644 --- a/compat/stdint.h +++ b/compat/stdint.h @@ -1,4 +1,4 @@ -/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/stdint.h,v 1.3 2003-11-24 13:02:42 hadaq Exp $ */ +/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/stdint.h,v 1.4 2003-11-24 13:08:34 hadaq Exp $ */ #ifndef OUR_STDINT_H #define OUR_STDINT_H @@ -12,6 +12,8 @@ typedef unsigned char uint8_t; typedef unsigned short int uint16_t; typedef unsigned int uint32_t; +#else +#include #endif #endif diff --git a/compat/syslog.h b/compat/syslog.h index 21c7531..95193a4 100644 --- a/compat/syslog.h +++ b/compat/syslog.h @@ -1,4 +1,4 @@ -/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/syslog.h,v 1.4 2003-11-24 13:02:42 hadaq Exp $ */ +/* $Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/syslog.h,v 1.5 2003-11-24 13:08:34 hadaq Exp $ */ #ifndef OUR_SYSLOG_H #define OUR_SYSLOG_H @@ -20,6 +20,8 @@ int SYSLOG_setlogmask(int maskpri); #define closelog SYSLOG_closelog #define setlogmask SYSLOG_setlogmask +#else +#include #endif #endif -- 2.43.0