]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Enable define of WORKER_NEW_PROTOCOL (is this needed? Otherwise my
authorsailer <sailer>
Wed, 12 Feb 2003 09:16:04 +0000 (09:16 +0000)
committersailer <sailer>
Wed, 12 Feb 2003 09:16:04 +0000 (09:16 +0000)
command line was wrong)
-- Benjamin Sailer

hadaq/configure
hadaq/configure.in

index 15cfef7d0a33bd464ed0d9b4845680d32f35185d..0584b723a8eb939199f14b7edf804c5856e08d51 100644 (file)
@@ -3266,6 +3266,14 @@ if test "$ac_cv_search_syslog" != no; then
 fi
 
 
+if test -n "$WORKER_NEW_PROTOCOL"
+then
+cat >>confdefs.h <<\_ACEOF
+#define WORKER_NEW_PROTOCOL 1
+_ACEOF
+
+fi
+
 if test x$with_param = xca
 then
 if test -x "$with_epics/startup/HostArch"
index 5a9331ae4b7e14286d5cd0d08c6bcaf17e7b76da..bb5801cc1eb7df78cffd649bd817c2736ebd61e0 100644 (file)
@@ -38,6 +38,12 @@ AC_SEARCH_LIBS(svc_register, rpc)
 
 AC_SEARCH_LIBS(syslog, netinet)
 
+dnl wether to use new-worker-protocol
+if test -n "$WORKER_NEW_PROTOCOL"
+then
+AC_DEFINE(WORKER_NEW_PROTOCOL)
+fi
+
 if test x$with_param = xca
 then
 if test -x "$with_epics/startup/HostArch"