-/* $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 </usr/include/libgen.h>
+#endif
+
#endif
int PTHREAD_pthread_key_delete(pthread_key_t key);
void *PTHREAD_pthread_getspecific(pthread_key_t key);
+#else
+#include </usr/include/pthread.h>
#endif
#endif
-
-/* $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
int SEMAPHORE_sem_trywait(sem_t * sem);
int SEMAPHORE_sem_post(sem_t * sem);
+#else
+#include </usr/include/semaphore.h>
#endif
#endif
-/* $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
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
+#else
+#include </usr/include/stdint.h>
#endif
#endif
-/* $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
#define closelog SYSLOG_closelog
#define setlogmask SYSLOG_setlogmask
+#else
+#include </usr/include/syslog.h>
#endif
#endif