]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
compat needs HAVE_COMPAT itself
authorhadaq <hadaq>
Fri, 27 Aug 2004 13:00:33 +0000 (13:00 +0000)
committerhadaq <hadaq>
Fri, 27 Aug 2004 13:00:33 +0000 (13:00 +0000)
compat/semaphore.c

index 0a0cb451bfe624796aa41094fe25cd86e628c7f8..b9679d91a43af164f3fb66c50c05b9674fe1e626 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.c,v 1.1 2002-08-20 12:27:50 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/compat/semaphore.c,v 1.2 2004-08-27 13:00:33 hadaq Exp $";
 
 
 #define _XOPEN_SOURCE
@@ -24,6 +24,7 @@ union semun {
 
 #endif
 
+#define HAVE_LIBCOMPAT
 #include "semaphore.h"
 
 static char *name2Path(char *path, char *name)