|
From: <wsh...@us...> - 2003-08-22 05:54:18
|
Update of /cvsroot/emc/rcslib
In directory sc8-pr-cvs1:/tmp/cvs-serv11714
Modified Files:
Tag: wps_multiplat_dev_branch
Makefile.am Makefile.in configure configure.ac rcs_config.h.in
Log Message:
.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/emc/rcslib/Makefile.am,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -C2 -d -r1.7.2.6 -r1.7.2.7
*** Makefile.am 18 Aug 2003 23:19:51 -0000 1.7.2.6
--- Makefile.am 21 Aug 2003 20:24:13 -0000 1.7.2.7
***************
*** 71,75 ****
! INCLUDES= -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTAIDIR@/include
else !HAVE_RTAI
--- 71,75 ----
! INCLUDES= -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTAIDIR@/include @EXTRA_CONFIGURED_INCLUDES@
else !HAVE_RTAI
***************
*** 177,196 ****
src/cms/nmlqr.cc \
src/print/rcs_prnt.cc \
! src/cms/autokey.c
- include_HEADERS=src/rcs.hh src/rcs_defs.hh \
- src/print/rcs_prnt.hh src/stg_clss/linklist.hh src/cms/nmlmsg.hh \
- src/cms/nml.hh src/cms/cms_user.hh src/cms/cms.hh src/cms/cms_cfg.hh \
- src/cms/physmem.hh src/posemath/posemath.h src/node/cmd_msg.hh \
- src/node/stat_msg.hh src/node/wm_msg.hh src/node/nml_oi.hh \
- src/cms/cmsdiag.hh src/cms/nmldiag.hh src/cms/cms_srv.hh \
- src/cms/sokintrf.h src/cms/rem_msg.hh src/cms/nml_srv.hh \
- src/os_intf/timer.hh src/os_intf/rcs_exit.hh src/os_intf/inetfile.hh \
- src/os_intf/inifile.h src/node/nml_mod.hh src/cms/nmlqr.hh \
- src/rcsvers.hh src/os_intf/_shm.h src/os_intf/_timer.h
librcs_la_SOURCES= src/rcsvers.c\
src/os_intf/inetnull.cc\
--- 177,206 ----
src/cms/nmlqr.cc \
src/print/rcs_prnt.cc \
! src/cms/autokey.c \
! src/nt_xdr/bcopy.c \
! src/nt_xdr/xdr.c \
! src/nt_xdr/xdr_arra.c \
! src/nt_xdr/xdr_floa.c \
! src/nt_xdr/xdr_mem.c \
! src/nt_xdr/xdr_rec.c \
! src/nt_xdr/xdr_refe.c \
! src/nt_xdr/xdr_stdi.c
+ include_HEADERS=src/rcs.hh src/rcs_defs.hh \
+ src/print/rcs_prnt.hh src/stg_clss/linklist.hh src/cms/nmlmsg.hh \
+ src/cms/nml.hh src/cms/cms_user.hh src/cms/cms.hh src/cms/cms_cfg.hh \
+ src/cms/physmem.hh src/posemath/posemath.h src/node/cmd_msg.hh \
+ src/node/stat_msg.hh src/node/wm_msg.hh src/node/nml_oi.hh \
+ src/cms/cmsdiag.hh src/cms/nmldiag.hh src/cms/cms_srv.hh \
+ src/cms/sokintrf.h src/cms/rem_msg.hh src/cms/nml_srv.hh \
+ src/os_intf/timer.hh src/os_intf/rcs_exit.hh src/os_intf/inetfile.hh \
+ src/os_intf/inifile.h src/node/nml_mod.hh src/cms/nmlqr.hh \
+ src/rcsvers.hh src/os_intf/_shm.h src/os_intf/_timer.h \
+ src/cms/ttyintf.h
+
librcs_la_SOURCES= src/rcsvers.c\
src/os_intf/inetnull.cc\
***************
*** 368,372 ****
src/cms/ttytest.c\
src/cms/windlg.c\
- src/nt_xdr/bcopy.c\
src/nt_xdr/xdr.c\
src/nt_xdr/xdr_arra.c\
--- 378,381 ----
***************
*** 640,644 ****
src/cms/sokintrf.h\
src/cms/spinlock.h\
- src/cms/ttyintf.h\
src/cms/windlg.h\
src/cms/writen.h\
--- 649,652 ----
***************
*** 734,737 ****
--- 742,746 ----
src/test/nml_test_format.hh \
src/cms/cms_cfg_no_config.h \
+ src/cms/cms_xup_no_config.h \
src/cms/cmsdiag_no_config.h \
src/cms/sokintrf_no_config.h \
Index: Makefile.in
===================================================================
RCS file: /cvsroot/emc/rcslib/Makefile.in,v
retrieving revision 1.7.2.6
retrieving revision 1.7.2.7
diff -C2 -d -r1.7.2.6 -r1.7.2.7
*** Makefile.in 18 Aug 2003 23:19:51 -0000 1.7.2.6
--- Makefile.in 21 Aug 2003 20:24:13 -0000 1.7.2.7
***************
*** 70,73 ****
--- 70,74 ----
AWK = @AWK@
CC = @CC@
+ CONFIGURED_EXTRA_INCLUDES = @CONFIGURED_EXTRA_INCLUDES@
CONFIGURED_PROGRAMS = @CONFIGURED_PROGRAMS@
CONFIGURED_STATIC_LIBRARIES = @CONFIGURED_STATIC_LIBRARIES@
***************
*** 170,174 ****
@HAVE_RTAI_TRUE@librcsrtai_a_CFLAGS = @RTAICFLAGS@ -Drtai -DNO_STDIO_SUPPORT -O2 -ffast-math
! @HAVE_RTAI_TRUE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTAIDIR@/include
@HAVE_RTAI_FALSE@@HAVE_RTL_TRUE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTLINUXDIR@/include
@HAVE_RTAI_FALSE@@HAVE_RTL_FALSE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node
--- 171,175 ----
@HAVE_RTAI_TRUE@librcsrtai_a_CFLAGS = @RTAICFLAGS@ -Drtai -DNO_STDIO_SUPPORT -O2 -ffast-math
! @HAVE_RTAI_TRUE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTAIDIR@/include @EXTRA_CONFIGURED_INCLUDES@
@HAVE_RTAI_FALSE@@HAVE_RTL_TRUE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node -I@RTLINUXDIR@/include
@HAVE_RTAI_FALSE@@HAVE_RTL_FALSE@INCLUDES = -I@srcdir@/src -I@srcdir@/src/os_intf -I@srcdir@/src/print -I@srcdir@/src/stg_clss -I@srcdir@/src/posemath -I@srcdir@/src/cms -I@srcdir@/src/node
***************
*** 269,285 ****
src/cms/nmlqr.cc \
src/print/rcs_prnt.cc \
! src/cms/autokey.c
include_HEADERS = src/rcs.hh src/rcs_defs.hh \
! src/print/rcs_prnt.hh src/stg_clss/linklist.hh src/cms/nmlmsg.hh \
! src/cms/nml.hh src/cms/cms_user.hh src/cms/cms.hh src/cms/cms_cfg.hh \
! src/cms/physmem.hh src/posemath/posemath.h src/node/cmd_msg.hh \
! src/node/stat_msg.hh src/node/wm_msg.hh src/node/nml_oi.hh \
! src/cms/cmsdiag.hh src/cms/nmldiag.hh src/cms/cms_srv.hh \
! src/cms/sokintrf.h src/cms/rem_msg.hh src/cms/nml_srv.hh \
! src/os_intf/timer.hh src/os_intf/rcs_exit.hh src/os_intf/inetfile.hh \
! src/os_intf/inifile.h src/node/nml_mod.hh src/cms/nmlqr.hh \
! src/rcsvers.hh src/os_intf/_shm.h src/os_intf/_timer.h
--- 270,295 ----
src/cms/nmlqr.cc \
src/print/rcs_prnt.cc \
! src/cms/autokey.c \
! src/nt_xdr/bcopy.c \
! src/nt_xdr/xdr.c \
! src/nt_xdr/xdr_arra.c \
! src/nt_xdr/xdr_floa.c \
! src/nt_xdr/xdr_mem.c \
! src/nt_xdr/xdr_rec.c \
! src/nt_xdr/xdr_refe.c \
! src/nt_xdr/xdr_stdi.c
include_HEADERS = src/rcs.hh src/rcs_defs.hh \
! src/print/rcs_prnt.hh src/stg_clss/linklist.hh src/cms/nmlmsg.hh \
! src/cms/nml.hh src/cms/cms_user.hh src/cms/cms.hh src/cms/cms_cfg.hh \
! src/cms/physmem.hh src/posemath/posemath.h src/node/cmd_msg.hh \
! src/node/stat_msg.hh src/node/wm_msg.hh src/node/nml_oi.hh \
! src/cms/cmsdiag.hh src/cms/nmldiag.hh src/cms/cms_srv.hh \
! src/cms/sokintrf.h src/cms/rem_msg.hh src/cms/nml_srv.hh \
! src/os_intf/timer.hh src/os_intf/rcs_exit.hh src/os_intf/inetfile.hh \
! src/os_intf/inifile.h src/node/nml_mod.hh src/cms/nmlqr.hh \
! src/rcsvers.hh src/os_intf/_shm.h src/os_intf/_timer.h \
! src/cms/ttyintf.h
***************
*** 460,464 ****
src/cms/ttytest.c\
src/cms/windlg.c\
- src/nt_xdr/bcopy.c\
src/nt_xdr/xdr.c\
src/nt_xdr/xdr_arra.c\
--- 470,473 ----
***************
*** 733,737 ****
src/cms/sokintrf.h\
src/cms/spinlock.h\
- src/cms/ttyintf.h\
src/cms/windlg.h\
src/cms/writen.h\
--- 742,745 ----
***************
*** 827,830 ****
--- 835,839 ----
src/test/nml_test_format.hh \
src/cms/cms_cfg_no_config.h \
+ src/cms/cms_xup_no_config.h \
src/cms/cmsdiag_no_config.h \
src/cms/sokintrf_no_config.h \
***************
*** 1052,1057 ****
@AMDEP_TRUE@ ./$(DEPDIR)/_mathprnt.Plo ./$(DEPDIR)/_posemath.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/_shm.Plo ./$(DEPDIR)/_timer.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/autokey.Plo ./$(DEPDIR)/cmd_msg.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/cms.Plo ./$(DEPDIR)/cms_cfg.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/cms_datetime.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/cms_dup.Plo ./$(DEPDIR)/cms_in.Plo \
--- 1061,1067 ----
@AMDEP_TRUE@ ./$(DEPDIR)/_mathprnt.Plo ./$(DEPDIR)/_posemath.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/_shm.Plo ./$(DEPDIR)/_timer.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/autokey.Plo ./$(DEPDIR)/bcopy.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/cmd_msg.Plo ./$(DEPDIR)/cms.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/cms_cfg.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/cms_datetime.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/cms_dup.Plo ./$(DEPDIR)/cms_in.Plo \
***************
*** 1102,1106 ****
@AMDEP_TRUE@ ./$(DEPDIR)/udp_opts.Plo ./$(DEPDIR)/udp_srv.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/udpmem.Plo ./$(DEPDIR)/unix_sem.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/xdr_msg.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/xsd2nmlh-_timer.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/xsd2nmlh-cms_xml_up.Po \
--- 1112,1119 ----
@AMDEP_TRUE@ ./$(DEPDIR)/udp_opts.Plo ./$(DEPDIR)/udp_srv.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/udpmem.Plo ./$(DEPDIR)/unix_sem.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/xdr.Plo ./$(DEPDIR)/xdr_arra.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/xdr_floa.Plo ./$(DEPDIR)/xdr_mem.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/xdr_msg.Plo ./$(DEPDIR)/xdr_rec.Plo \
! @AMDEP_TRUE@ ./$(DEPDIR)/xdr_refe.Plo ./$(DEPDIR)/xdr_stdi.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/xsd2nmlh-_timer.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/xsd2nmlh-cms_xml_up.Po \
***************
*** 1437,1440 ****
--- 1450,1461 ----
rcs_prnt.lo: src/print/rcs_prnt.cc
autokey.lo: src/cms/autokey.c
+ bcopy.lo: src/nt_xdr/bcopy.c
+ xdr.lo: src/nt_xdr/xdr.c
+ xdr_arra.lo: src/nt_xdr/xdr_arra.c
+ xdr_floa.lo: src/nt_xdr/xdr_floa.c
+ xdr_mem.lo: src/nt_xdr/xdr_mem.c
+ xdr_rec.lo: src/nt_xdr/xdr_rec.c
+ xdr_refe.lo: src/nt_xdr/xdr_refe.c
+ xdr_stdi.lo: src/nt_xdr/xdr_stdi.c
librcs.la: $(librcs_la_OBJECTS) $(librcs_la_DEPENDENCIES)
$(CXXLINK) -rpath $(libdir) $(librcs_la_LDFLAGS) $(librcs_la_OBJECTS) $(librcs_la_LIBADD) $(LIBS)
***************
*** 2002,2005 ****
--- 2023,2027 ----
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_timer.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autokey.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bcopy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_msg.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cms.Plo@am__quote@
***************
*** 2085,2089 ****
--- 2107,2118 ----
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udpmem.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix_sem.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_arra.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_floa.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_mem.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_msg.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_rec.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_refe.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdr_stdi.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsd2nmlh-_timer.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsd2nmlh-cms_xml_up.Po@am__quote@
***************
*** 2669,2672 ****
--- 2698,2845 ----
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o autokey.lo `test -f 'src/cms/autokey.c' || echo '$(srcdir)/'`src/cms/autokey.c
+
+ bcopy.o: src/nt_xdr/bcopy.c
+ @AMDEP_TRUE@ source='src/nt_xdr/bcopy.c' object='bcopy.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/bcopy.Po' tmpdepfile='$(DEPDIR)/bcopy.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bcopy.o `test -f 'src/nt_xdr/bcopy.c' || echo '$(srcdir)/'`src/nt_xdr/bcopy.c
+
+ bcopy.obj: src/nt_xdr/bcopy.c
+ @AMDEP_TRUE@ source='src/nt_xdr/bcopy.c' object='bcopy.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/bcopy.Po' tmpdepfile='$(DEPDIR)/bcopy.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bcopy.obj `cygpath -w src/nt_xdr/bcopy.c`
+
+ bcopy.lo: src/nt_xdr/bcopy.c
+ @AMDEP_TRUE@ source='src/nt_xdr/bcopy.c' object='bcopy.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/bcopy.Plo' tmpdepfile='$(DEPDIR)/bcopy.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bcopy.lo `test -f 'src/nt_xdr/bcopy.c' || echo '$(srcdir)/'`src/nt_xdr/bcopy.c
+
+ xdr.o: src/nt_xdr/xdr.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr.c' object='xdr.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr.Po' tmpdepfile='$(DEPDIR)/xdr.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr.o `test -f 'src/nt_xdr/xdr.c' || echo '$(srcdir)/'`src/nt_xdr/xdr.c
+
+ xdr.obj: src/nt_xdr/xdr.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr.c' object='xdr.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr.Po' tmpdepfile='$(DEPDIR)/xdr.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr.obj `cygpath -w src/nt_xdr/xdr.c`
+
+ xdr.lo: src/nt_xdr/xdr.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr.c' object='xdr.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr.Plo' tmpdepfile='$(DEPDIR)/xdr.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr.lo `test -f 'src/nt_xdr/xdr.c' || echo '$(srcdir)/'`src/nt_xdr/xdr.c
+
+ xdr_arra.o: src/nt_xdr/xdr_arra.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_arra.c' object='xdr_arra.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_arra.Po' tmpdepfile='$(DEPDIR)/xdr_arra.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_arra.o `test -f 'src/nt_xdr/xdr_arra.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_arra.c
+
+ xdr_arra.obj: src/nt_xdr/xdr_arra.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_arra.c' object='xdr_arra.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_arra.Po' tmpdepfile='$(DEPDIR)/xdr_arra.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_arra.obj `cygpath -w src/nt_xdr/xdr_arra.c`
+
+ xdr_arra.lo: src/nt_xdr/xdr_arra.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_arra.c' object='xdr_arra.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_arra.Plo' tmpdepfile='$(DEPDIR)/xdr_arra.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_arra.lo `test -f 'src/nt_xdr/xdr_arra.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_arra.c
+
+ xdr_floa.o: src/nt_xdr/xdr_floa.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_floa.c' object='xdr_floa.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_floa.Po' tmpdepfile='$(DEPDIR)/xdr_floa.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_floa.o `test -f 'src/nt_xdr/xdr_floa.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_floa.c
+
+ xdr_floa.obj: src/nt_xdr/xdr_floa.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_floa.c' object='xdr_floa.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_floa.Po' tmpdepfile='$(DEPDIR)/xdr_floa.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_floa.obj `cygpath -w src/nt_xdr/xdr_floa.c`
+
+ xdr_floa.lo: src/nt_xdr/xdr_floa.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_floa.c' object='xdr_floa.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_floa.Plo' tmpdepfile='$(DEPDIR)/xdr_floa.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_floa.lo `test -f 'src/nt_xdr/xdr_floa.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_floa.c
+
+ xdr_mem.o: src/nt_xdr/xdr_mem.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_mem.c' object='xdr_mem.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_mem.Po' tmpdepfile='$(DEPDIR)/xdr_mem.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_mem.o `test -f 'src/nt_xdr/xdr_mem.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_mem.c
+
+ xdr_mem.obj: src/nt_xdr/xdr_mem.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_mem.c' object='xdr_mem.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_mem.Po' tmpdepfile='$(DEPDIR)/xdr_mem.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_mem.obj `cygpath -w src/nt_xdr/xdr_mem.c`
+
+ xdr_mem.lo: src/nt_xdr/xdr_mem.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_mem.c' object='xdr_mem.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_mem.Plo' tmpdepfile='$(DEPDIR)/xdr_mem.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_mem.lo `test -f 'src/nt_xdr/xdr_mem.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_mem.c
+
+ xdr_rec.o: src/nt_xdr/xdr_rec.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_rec.c' object='xdr_rec.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_rec.Po' tmpdepfile='$(DEPDIR)/xdr_rec.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_rec.o `test -f 'src/nt_xdr/xdr_rec.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_rec.c
+
+ xdr_rec.obj: src/nt_xdr/xdr_rec.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_rec.c' object='xdr_rec.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_rec.Po' tmpdepfile='$(DEPDIR)/xdr_rec.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_rec.obj `cygpath -w src/nt_xdr/xdr_rec.c`
+
+ xdr_rec.lo: src/nt_xdr/xdr_rec.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_rec.c' object='xdr_rec.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_rec.Plo' tmpdepfile='$(DEPDIR)/xdr_rec.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_rec.lo `test -f 'src/nt_xdr/xdr_rec.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_rec.c
+
+ xdr_refe.o: src/nt_xdr/xdr_refe.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_refe.c' object='xdr_refe.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_refe.Po' tmpdepfile='$(DEPDIR)/xdr_refe.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_refe.o `test -f 'src/nt_xdr/xdr_refe.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_refe.c
+
+ xdr_refe.obj: src/nt_xdr/xdr_refe.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_refe.c' object='xdr_refe.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_refe.Po' tmpdepfile='$(DEPDIR)/xdr_refe.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_refe.obj `cygpath -w src/nt_xdr/xdr_refe.c`
+
+ xdr_refe.lo: src/nt_xdr/xdr_refe.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_refe.c' object='xdr_refe.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_refe.Plo' tmpdepfile='$(DEPDIR)/xdr_refe.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_refe.lo `test -f 'src/nt_xdr/xdr_refe.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_refe.c
+
+ xdr_stdi.o: src/nt_xdr/xdr_stdi.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_stdi.c' object='xdr_stdi.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_stdi.Po' tmpdepfile='$(DEPDIR)/xdr_stdi.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_stdi.o `test -f 'src/nt_xdr/xdr_stdi.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_stdi.c
+
+ xdr_stdi.obj: src/nt_xdr/xdr_stdi.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_stdi.c' object='xdr_stdi.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_stdi.Po' tmpdepfile='$(DEPDIR)/xdr_stdi.TPo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_stdi.obj `cygpath -w src/nt_xdr/xdr_stdi.c`
+
+ xdr_stdi.lo: src/nt_xdr/xdr_stdi.c
+ @AMDEP_TRUE@ source='src/nt_xdr/xdr_stdi.c' object='xdr_stdi.lo' libtool=yes @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ depfile='$(DEPDIR)/xdr_stdi.Plo' tmpdepfile='$(DEPDIR)/xdr_stdi.TPlo' @AMDEPBACKSLASH@
+ @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xdr_stdi.lo `test -f 'src/nt_xdr/xdr_stdi.c' || echo '$(srcdir)/'`src/nt_xdr/xdr_stdi.c
posix_sem_unlink.o: src/os_intf/posix_sem_unlink.c
Index: configure
===================================================================
RCS file: /cvsroot/emc/rcslib/configure,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -C2 -d -r1.3.2.3 -r1.3.2.4
*** configure 18 Aug 2003 23:19:51 -0000 1.3.2.3
--- configure 21 Aug 2003 20:24:13 -0000 1.3.2.4
***************
*** 1050,1057 ****
backwards compatibility and simpler linking.
(default=no)
! --enable-posemath_in_nmlmod
! Include the objects for posemath in the nmlmod for
! backwards compatibility and simpler linking.
! (default=yes)
--enable-xsd2nmlh Build the xsd2nmlh program. (default=yes)
--enable-ALL Enable/Disable all of the above in one command.
--- 1050,1057 ----
backwards compatibility and simpler linking.
[...3033 lines suppressed...]
+ { echo "$as_me:$LINENO: LIBS = ${LIBS} " >&5
+ echo "$as_me: LIBS = ${LIBS} " >&6;}
{ echo "$as_me:$LINENO: CC = ${CC} " >&5
echo "$as_me: CC = ${CC} " >&6;}
***************
*** 15315,15318 ****
--- 17304,17308 ----
+
ac_config_files="$ac_config_files Makefile"
***************
*** 16011,16014 ****
--- 18001,18005 ----
s,@CONFIGURED_SUBDIRS@,$CONFIGURED_SUBDIRS,;t t
s,@CONFIGURED_STATIC_LIBRARIES@,$CONFIGURED_STATIC_LIBRARIES,;t t
+ s,@CONFIGURED_EXTRA_INCLUDES@,$CONFIGURED_EXTRA_INCLUDES,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;t t
CEOF
Index: configure.ac
===================================================================
RCS file: /cvsroot/emc/rcslib/configure.ac,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -d -r1.3.2.2 -r1.3.2.3
*** configure.ac 18 Aug 2003 23:19:51 -0000 1.3.2.2
--- configure.ac 21 Aug 2003 20:24:13 -0000 1.3.2.3
***************
*** 11,14 ****
--- 11,15 ----
CONFIGURED_STATIC_LIBRARIES=""
CONFIGURED_SUBDIRS=
+ CONFIGURED_EXTRA_INCLUDES=
LTLIBOBJS=
***************
*** 19,24 ****
fi
-
-
AC_ARG_WITH(posix_ipc,
[AC_HELP_STRING([--with-posix-ipc],
--- 20,23 ----
***************
*** 55,59 ****
[with_libpthread=$withval;
AC_MSG_NOTICE([with_libpthread=${with_libpthread}])],
! [with_libpthread=yes]
)
--- 54,67 ----
[with_libpthread=$withval;
AC_MSG_NOTICE([with_libpthread=${with_libpthread}])],
! [with_libpthread=no]
! )
!
!
! AC_ARG_WITH(posix_threads,
! [AC_HELP_STRING([--with-posix_threads],
! [Check for POSIX threads and use if found. (You may need to seperately enable libpthread.) (default=yes)])],
! [with_posix_threads=$withval;
! AC_MSG_NOTICE([with_posix_threads=${with_posix_threads}])],
! [with_posix_threads=yes]
)
***************
*** 258,271 ****
[enable_posemath_in_rcslib=$enableval;
AC_MSG_NOTICE([enable_posemath_in_rcslib=$enableval])],
! [enable_posemath_in_rcslib=no])
! AC_ARG_ENABLE(posemath_in_nmlmod,
! [AC_HELP_STRING([--enable-posemath_in_nmlmod],
! [Include the objects for posemath in the nmlmod for backwards compatibility and simpler linking. (default=yes)])],
! [enable_posemath_in_nmlmod=$enableval;
! AC_MSG_NOTICE([enable_posemath_in_nmlmod=$enableval])],
! [enable_posemath_in_nmlmod=yes])
--- 266,279 ----
[enable_posemath_in_rcslib=$enableval;
AC_MSG_NOTICE([enable_posemath_in_rcslib=$enableval])],
! [enable_posemath_in_rcslib=yes])
! AC_ARG_ENABLE(nmlmod_in_rcslib,
! [AC_HELP_STRING([--enable-nmlmod_in_rcslib],
! [Include the objects for NML_MODULE, RCS_CMD_MSG, and RCS_STAT_MSG in the rcslib for backwards compatibility and simpler linking. (default=yes)])],
! [enable_nmlmod_in_rcslib=$enableval;
! AC_MSG_NOTICE([enable_nmlmod_in_rcslib=$enableval])],
! [enable_nmlmod_in_rcslib=yes])
***************
*** 284,290 ****
[enable_nml_codegen=${enableval};enable_rcs_jar=${enableval};enable_codegen_jar=${enableval};enable_diagapplet_jar=${enableval};enable_filemem=${enableval};enable_xml=${enableval};enable_xdr=${enableval};enable_disp=${enableval};enable_diag=${enableval};enable_print=${enableval};enable_nmlqr=${enableval};enable_xsd2nmlh=${enableval};enable_locmem=${enableval};enable_phantom=${enableval};enable_shmem=${enableval};enable_stcp=${enableval};enable_tcp=${enableval};enable_udp=${enableval};enable_tty=${enableval};enable_crypt=${enableval};enable_http=${enableval};enable_posemath_in_rcslib=${enableval};enable_nmlmod_in_rcslib=${enableval};enable_server=${enableval};enable_sokintrf=${enable_val};enable_rtlmem=${enableval}])
-
-
-
if test "x${enable_xsd2nmlh}" = "xyes" ; then
CONFIGURED_PROGRAMS="${CONFIGURED_PROGRAMS} xsd2nmlh"
--- 292,295 ----
***************
*** 292,297 ****
fi
-
-
if test "x${enable_filemem}" = "xyes" ; then
LTLIBOBJS="${LTLIBOBJS} filemem.lo"
--- 297,300 ----
***************
*** 302,306 ****
fi
-
if test "x${enable_shmem}" = "xyes" ; then
LTLIBOBJS="${LTLIBOBJS} shmem.lo _shm.lo shm.lo sem.lo memsem.lo autokey.lo"
--- 305,308 ----
***************
*** 503,510 ****
AC_CHECK_HEADER([windows.h],check_for_windows_stuff=yes)
if test "x${enable_nml_codegen}" = "xyes" ; then
AM_PROG_GCJ
-
if test ! -z "$GCJ" ; then
--- 505,562 ----
AC_CHECK_HEADER([windows.h],check_for_windows_stuff=yes)
+ if test "x${check_for_windows_stuff}" = "xyes" ; then
+ AC_DEFINE(HAVE_WINDOWS_H,1,[Define to 1 if you have windows.h])
+ fi
+
+ if test "x${enable_xdr}" = "xyes" ; then
+
+ AC_CHECK_HEADER([rpc/rpc.h],
+ [ac_cv_have_rpc_rpc_h=yes],
+ [ac_cv_have_rpc_rpc_h=no])
+
+ if test "x${ac_cv_have_rpc_rpc_h}" = "xyes" ; then
+ AC_DEFINE(HAVE_RPC_RPC_H,1,[Define to 1 if you have the <rpc/rpc.h> header file.])
+ fi
+
+
+ AC_CHECK_HEADER([rpc/xdr.h],
+ [ac_cv_have_rpc_xdr_h=yes],
+ [ac_cv_have_rpc_xdr_h=no])
+
+ if test "x${ac_cv_have_rpc_xdr_h}" = "xyes" ; then
+ AC_DEFINE(HAVE_RPC_XDR_H,1,[Define to 1 if you have the <rpc/xdr.h> header file.])
+ fi
+
+ AC_CHECK_HEADER([rpc/types.h],
+ [ac_cv_have_rpc_types_h=yes],
+ [ac_cv_have_rpc_types_h=no])
+
+ if test "x${ac_cv_have_rpc_types_h}" = "xyes" ; then
+ AC_DEFINE(HAVE_RPC_TYPES_H,1,[Define to 1 if you have the <rpc/types.h> header file.])
+ fi
+
+ AC_CHECK_HEADER([xdr.h],
+ [ac_cv_have_xdr_h=yes],
+ [ac_cv_have_xdr_h=no])
+
+ if test "x${ac_cv_have_xdr_h}" = "xno" -a "x${ac_cv_have_rpc_rpc_h}" = "xno" -a "x${ac_cv_have_rpc_xdr_h}" = "xno" -a "x${check_for_windows_stuff}" = "xyes" ; then
+
+ ac_cv_have_xdr_h=yes
+ CPPFLAGS="${CPPFLAGS} -I${srcdir}/src/nt_xdr";
+ AC_MSG_NOTICE([CPPFLAGS : ${CPPFLAGS}])
+ LTLIBOBJS="${LTLIBOBJS} bcopy.lo xdr.lo xdr_arra.lo xdr_floa.lo xdr_mem.lo xdr_rec.lo xdr_refe.lo xdr_stdi.lo";
+ AC_MSG_NOTICE([LTLIBOBJS : ${LTLIBOBJS}])
+ fi
+
+ if test "x${ac_cv_have_xdr_h}" = "xyes" ; then
+ AC_DEFINE(HAVE_XDR_H,1,[Define to 1 if you have the <xdr.h> header file.])
+ fi
+
+ fi
+ # // if test test "x${enable_xdr}" = "xyes"
+
if test "x${enable_nml_codegen}" = "xyes" ; then
AM_PROG_GCJ
if test ! -z "$GCJ" ; then
***************
*** 514,519 ****
CONFIGURED_PROGRAMS="${CONFIGURED_PROGRAMS} nml_codegen";
AC_MSG_NOTICE([CONFIGURED_PROGRAMS : ${CONFIGURED_PROGRAMS}])
- fi
fi
--- 566,571 ----
CONFIGURED_PROGRAMS="${CONFIGURED_PROGRAMS} nml_codegen";
AC_MSG_NOTICE([CONFIGURED_PROGRAMS : ${CONFIGURED_PROGRAMS}])
+ fi
fi
***************
*** 566,570 ****
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([errno.h ctype.h arpa/inet.h fcntl.h netdb.h netinet/in.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/utsname.h sys/systeminfo.h sys/time.h syslog.h termios.h unistd.h semaphore.h sys/filio.h math.h signal.h dirent.h])
! AC_CHECK_HEADERS([sys/ipc.h sys/sem.h sys/fcntl.h sys/stat.h sys/wait.h sys/mman.h sys/shm.h pthread.h sys/sysinfo.h])
AC_CHECK_HEADERS(standards.h sys/xti.h)
--- 618,622 ----
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([errno.h ctype.h arpa/inet.h fcntl.h netdb.h netinet/in.h sys/file.h sys/ioctl.h sys/param.h sys/socket.h sys/utsname.h sys/systeminfo.h sys/time.h syslog.h termios.h unistd.h semaphore.h sys/filio.h math.h signal.h dirent.h])
! AC_CHECK_HEADERS([sys/ipc.h sys/sem.h sys/fcntl.h sys/stat.h sys/wait.h sys/mman.h sys/shm.h sys/sysinfo.h])
AC_CHECK_HEADERS(standards.h sys/xti.h)
***************
*** 590,666 ****
if test "x${check_for_windows_stuff}" = "xyes" ; then
! {
! ORIG_LDFLAGS=${LDFLAGS}
! AC_CACHE_CHECK([for winsock2.h],
! ac_cv_have_winsock2,
AC_CHECK_HEADER([winsock2.h],
! [
! LDFLAGS="${LDFLAGS} -lws2_32"
! AC_TRY_LINK(
! [
! #include <winsock2.h>
! #include <windows.h>
! ],
! [
! short winsock_version;
! WSADATA startup_data;
!
! winsock_version = MAKEWORD (2, 0);
! WSAStartup(winsock_version, &startup_data);
! WSAGetLastError()
! socket (AF_INET, SOCK_STREAM, 0);
! ],
! [
! AC_DEFINE(HAVE_WINSOCK2,1,[Define to 1 you have a working winsock2.h system.])
! ac_cv_have_winsock2=yes
! ],
! [
! ac_cv_have_winsock2=no
! LDFLAGS=${ORIG_LDFLAGS}
! ]
)
- ],
- [ac_cv_have_winsock2=no]
- )
- )
! if test "x${ac_cv_have_winsock}" = "xno" ; then
! AC_CACHE_CHECK([for winsock.h],
! ac_cv_have_winsock,
! AC_CHECK_HEADER([winsock.h],
! [
! LDFLAGS="${LDFLAGS} -lwsock32"
! AC_TRY_LINK(
! [
! #include <winsock.h>
! #include <windows.h>
! ],
! [
! short winsock_version;
! WSADATA startup_data;
! winsock_version = MAKEWORD (2, 0);
! WSAStartup(winsock_version, &startup_data);
! WSAGetLastError()
! socket (AF_INET, SOCK_STREAM, 0);
! ],
! [
! AC_DEFINE(HAVE_WINSOCK,1, [Define to 1 you have a working winsock.h system.])
! ac_cv_have_winsock=yes
! ],
[
! ac_cv_have_winsock=no
! LDFLAGS=${ORIG_LDFLAGS}
! ]
! )
! ],
! [ac_cv_have_winsock=no]
! )
! )
fi
- AC_CHECK_HEADERS([winver.h toolhelp.h dos.h])
AC_CACHE_CHECK([for GetTickCount],
ac_cv_have_gettickcount,
AC_TRY_LINK([
#include <windows.h>
--- 642,742 ----
if test "x${check_for_windows_stuff}" = "xyes" ; then
! if test "x${enable_sokintrf}" = "xyes" ; then
!
! ORIG_LIBS=${LIBS}
AC_CHECK_HEADER([winsock2.h],
! [
! LIBS="${LIBS} -lws2_32"
! AC_CACHE_CHECK([can link ws2_32],
! ac_cv_can_link_ws2_32,
! [
! AC_TRY_LINK(
! [
! #include <windows.h>
! #include <winsock2.h>
! ],
! [
! short winsock_version;
! WSADATA startup_data;
! winsock_version = MAKEWORD (2, 0);
! WSAStartup(winsock_version, &startup_data);
! WSAGetLastError();
! socket (AF_INET, SOCK_STREAM, 0);
! ],
! [
! ac_cv_can_link_ws2_32=yes;
! ],
! [
! ac_cv_can_link_ws2_32=no;
! ]
! )
! ac_cv_have_winsock2=${ac_cv_can_link_ws2_32};
! ])
! ],
! [ac_cv_have_winsock2=no]
)
! AC_MSG_NOTICE([ac_cv_have_winsock2=${ac_cv_have_winsock2}])
! if test "x${ac_cv_have_winsock2}" = "xyes" ; then
! AC_DEFINE(HAVE_WINSOCK2_H,1,[Define to 1 you have a working winsock2.h and ws2_32.lib system.])
!
! else
!
! LIBS=${ORIG_LIBS}
!
! AC_CHECK_HEADER([winsock.h],
! [
! LIBS="${LIBS} -lwsock32"
! AC_TRY_LINK(
! [
! #include <winsock.h>
! #include <windows.h>
! ],
! [
! short winsock_version;
! WSADATA startup_data;
!
! winsock_version = MAKEWORD (2, 0);
! WSAStartup(winsock_version, &startup_data);
! WSAGetLastError();
! socket (AF_INET, SOCK_STREAM, 0);
! ],
! [ac_cv_have_winsock=yes],
! [
! ac_cv_have_winsock=no;
! ]
! )
! ],
! [ac_cv_have_winsock=no]
! )
!
!
! fi
!
! if test "x${ac_cv_have_winsock}" = "xyes" ; then
! AC_DEFINE(HAVE_WINSOCK_H,1, [Define to 1 you have a working winsock.h and wsock32.lib system.])
! else
! LIBS=${ORIG_LIBS};
! fi
!
! fi
!
! AC_CHECK_HEADER([winver.h],
! [ac_cv_have_winver_h=yes],
! [ac_cv_have_winver_h=no],
[
! #include <windows.h>
! ])
!
! if test "x${ac_cv_have_winver_h}" = "xyes" ; then
! AC_DEFINE(HAVE_WINVER_H,1,[Define to 1 if there is a working version of winver.h])
fi
+
+ AC_CHECK_HEADERS([toolhelp.h dos.h])
AC_CACHE_CHECK([for GetTickCount],
ac_cv_have_gettickcount,
+ [
AC_TRY_LINK([
#include <windows.h>
***************
*** 671,681 ****
],
[
- AC_DEFINE(HAVE_GETTICKCOUNT,1,[Define to 1 if you have the GetTickCount function.])
ac_cv_have_gettickcount=yes
],
[ac_cv_have_gettickcount=no])
! )
AC_CACHE_CHECK([for QueryPerformanceCounter],
ac_cv_have_queryperformancecounter,
AC_TRY_LINK([
#include <windows.h>
--- 747,763 ----
],
[
ac_cv_have_gettickcount=yes
],
[ac_cv_have_gettickcount=no])
! ]
! )
!
! if test "x${ac_cv_have_gettickcount}" = "xyes" ; then
! AC_DEFINE(HAVE_GETTICKCOUNT,1,[Define to 1 if you have the GetTickCount function.])
! fi
!
AC_CACHE_CHECK([for QueryPerformanceCounter],
ac_cv_have_queryperformancecounter,
+ [
AC_TRY_LINK([
#include <windows.h>
***************
*** 692,705 ****
],
[
- AC_DEFINE(HAVE_QUERYPERFORMANCEFREQUENCY,1, [Define to 1 if you have the QueryPerformanceFrequency function.])
- AC_DEFINE(HAVE_QUERYPERFORMANCECOUNTER,1,[Define to 1 if you have the QueryPerformanceCounter function.])
ac_cv_have_queryperformancecounter=yes
],
[ac_cv_have_queryperformancecounter=no]
)
! )
AC_CACHE_CHECK([for SleepEx],
ac_cv_have_sleepex,
! AC_TRY_LINK([
#include <windows.h>
#include <winbase.h>
--- 774,794 ----
],
[
ac_cv_have_queryperformancecounter=yes
],
[ac_cv_have_queryperformancecounter=no]
)
! ]
! )
!
!
! if test "x${ac_cv_have_queryperformancecounter}" = "xyes" ; then
! AC_DEFINE(HAVE_QUERYPERFORMANCEFREQUENCY,1, [Define to 1 if you have the QueryPerformanceFrequency function.])
! AC_DEFINE(HAVE_QUERYPERFORMANCECOUNTER,1,[Define to 1 if you have the QueryPerformanceCounter function.])
! fi
!
AC_CACHE_CHECK([for SleepEx],
ac_cv_have_sleepex,
! [
! AC_TRY_LINK([
#include <windows.h>
#include <winbase.h>
***************
*** 709,721 ****
],
[
- AC_DEFINE(HAVE_SLEEPEX,1,[Define to 1 if you have the SleepEx function.])
ac_cv_have_sleepex=yes
],
[ac_cv_have_sleepex=no]
)
! )
AC_CACHE_CHECK([for Yield],
ac_cv_have_yield,
! AC_TRY_LINK([
#include <windows.h>
#include <winbase.h>
--- 798,816 ----
],
[
ac_cv_have_sleepex=yes
],
[ac_cv_have_sleepex=no]
)
! ]
! )
!
! if test "x${ac_cv_have_sleepex}" = "xyes" ; then
! AC_DEFINE(HAVE_SLEEPEX,1,[Define to 1 if you have the SleepEx function.])
! fi
!
AC_CACHE_CHECK([for Yield],
ac_cv_have_yield,
! [
! AC_TRY_LINK([
#include <windows.h>
#include <winbase.h>
***************
*** 725,739 ****
],
[
- AC_DEFINE(HAVE_YIELD,1,[Define to 1 if you have the Yield function.])
ac_cv_have_yield=yes
],
[ac_cv_have_yield=no]
)
)
! }
! fi
!
AC_LANG_PUSH(C++)
--- 820,835 ----
],
[
ac_cv_have_yield=yes
],
[ac_cv_have_yield=no]
)
+ ]
)
! if test "x${ac_cv_have_yield}" = "xyes" ; then
! AC_DEFINE(HAVE_YIELD,1,[Define to 1 if you have the Yield function.])
! fi
+ fi
AC_LANG_PUSH(C++)
***************
*** 750,753 ****
--- 846,903 ----
AC_STRUCT_TM
AC_TYPE_UID_T
+ AC_CHECK_TYPE([caddr_t])
+
+ if test "x${check_for_windows_stuff}" = "xyes" ; then
+
+ AC_CHECK_TYPE([u_int],
+ [ac_cv_have_u_int=yes],
+ [ac_cv_have_u_int=no],
+ [
+ #include <windows.h>
+ #if HAVE_WINSOCK2_H
+ #include <winsock2.h>
+ #endif
+ ])
+ if test "x${ac_cv_have_u_int}" = "xyes" ; then
+ AC_DEFINE(HAVE_U_INT,1,[Define to 1 if you have the u_int type])
+ fi
+
+
+ AC_CHECK_TYPE([u_short],
+ [ac_cv_have_u_short=yes],
+ [ac_cv_have_u_short=yes],
+ [
+ #include <windows.h>
+ #if HAVE_WINSOCK2_H
+ #include <winsock2.h>
+ #endif
+ ])
+
+ if test "x${ac_cv_have_u_short}" = "xyes" ; then
+ AC_DEFINE(HAVE_U_SHORT,1,[Define to 1 if you have the u_short type])
+ fi
+
+
+ AC_CHECK_TYPE([u_long],
+ [ac_cv_have_u_long=yes],
+ [ac_cv_have_u_long=yes],
+ [
+ #include <windows.h>
+ #if HAVE_WINSOCK2_H
+ #include <winsock2.h>
+ #endif
+ ])
+
+ if test "x${ac_cv_have_u_long}" = "xyes" ; then
+ AC_DEFINE(HAVE_U_LONG,1,[Define to 1 if you have the u_int type])
+ fi
+
+ else
+ AC_CHECK_TYPE([u_int])
+ AC_CHECK_TYPE([u_long])
+ AC_CHECK_TYPE([u_short])
+
+ fi
+
AC_CHECK_TYPE([union semun],
[AC_DEFINE(HAVE_UNION_SEMUN,1,[Is union semun defined])],
***************
*** 769,781 ****
AC_PROG_GCC_TRADITIONAL
- if test "x${with_libpthread}" = "xyes" ; then
- AC_CHECK_LIB(pthread,pthread_create)
- fi
-
AC_SEARCH_LIBS(xdrmem_create,[rpc rpcsvc xdr nsl rpcS])
AC_SEARCH_LIBS(xdr_short,[rpc rpcsvc xdr nsl rpcS])
! AC_SEARCH_LIBS(socket,[socket xnet])
AC_CHECK_LIB(m,fabs)
! AC_SEARCH_LIBS(gethostbyname,[nsl resolv xnet])
if test "x${with_librt}" = "xyes" ; then
--- 919,927 ----
AC_PROG_GCC_TRADITIONAL
AC_SEARCH_LIBS(xdrmem_create,[rpc rpcsvc xdr nsl rpcS])
AC_SEARCH_LIBS(xdr_short,[rpc rpcsvc xdr nsl rpcS])
! AC_SEARCH_LIBS(socket,[socket xnet ws2_32 winsock])
AC_CHECK_LIB(m,fabs)
! AC_SEARCH_LIBS(gethostbyname,[socket nsl resolv xnet])
if test "x${with_librt}" = "xyes" ; then
***************
*** 792,800 ****
! AC_CHECK_FUNCS([atexit bzero clock_gettime floor getcwd gethostbyaddr gethostbyname gethostname getpass gettimeofday getwd inet_ntoa localtime_r memmove memset select socket sqrt strchr strcspn strdup strerror strpbrk strrchr strstr strtol strtoul toupper uname sysinfo sysconf sleep usleep nanosleep setitimer sincos fstat opendir readdir])
if test "x${with_libpthread}" = "xyes" ; then
! AC_MSG_NOTICE([checking POSIX threads])
AC_CHECK_FUNC(pthread_create,
--- 938,959 ----
! AC_CHECK_FUNCS([clock_gettime getcwd gethostbyaddr gethostbyname gethostname gettimeofday getwd inet_ntoa select socket sqrt strchr strcspn strdup strerror strpbrk strrchr strstr strtol strtoul toupper uname sysinfo sysconf sleep usleep nanosleep setitimer sincos fstat opendir readdir])
!
! if test "x${with_posix_threads}" = "xno" ; then
! with_libpthread=no;
! fi
!
! if test "x${with_posix_threads}" = "xyes" ; then
!
! AC_MSG_NOTICE([checking POSIX threads])
!
! AC_CHECK_HEADER([pthread.h])
if test "x${with_libpthread}" = "xyes" ; then
+ AC_CHECK_LIB(pthread,pthread_create)
+ fi
!
! AC_CHECK_HEADER(pthread.h)
AC_CHECK_FUNC(pthread_create,
***************
*** 802,810 ****
[AC_CHECK_FUNC(pthread_join,
[AC_CHECK_FUNC(pthread_exit,
! [AC_DEFINE(POSIX_THREADS,1,[if we should use POSIX threads])],
! [AC_DEFINE(NO_THREADS,1,[if no thread system is available])
! CPPFLAGS="${CPPFLAGS} -DNO_THREADS"
! AC_MSG_NOTICE([CPPFLAGS : ${CPPFLAGS}])
! ])
# AC_CHECK_FUNC pthread_exit
])
--- 961,968 ----
[AC_CHECK_FUNC(pthread_join,
[AC_CHECK_FUNC(pthread_exit,
! [AC_DEFINE(POSIX_THREADS,1,[if we should use POSIX threads])
! use_pthreads=yes
! ]
! )
# AC_CHECK_FUNC pthread_exit
])
***************
*** 815,823 ****
# AC_CHECK_FUNC pthread_create
else
! AC_DEFINE(NO_THREADS,1,[if no thread system is available])
! CPPFLAGS="${CPPFLAGS} -DNO_THREADS"
! AC_MSG_NOTICE([CPPFLAGS : ${CPPFLAGS}])
fi
--- 973,1073 ----
# AC_CHECK_FUNC pthread_create
+ if test "x${use_pthreads}" != "xyes" ; then
+
+ if test "x${check_for_windows_stuff}" = "xyes" ; then
+
+ AC_CHECK_HEADER([process.h],
+ [
+ AC_TRY_LINK([
+ #include <windows.h>
+ #if HAVE_WINBASE_H
+ #include <winbase.h>
+ #endif
+ #include <process.h>
+ ],
+ [
+ _beginthread (0,0,0);
+ TerminateThread ((HANDLE) 0, 0);
+ ],
+ [have_windows_thread_funcs=yes])
+ ])
+ if test "x${have_windows_thread_funcs}" = "xyes" ; then
+ AC_DEFINE(HAVE_PROCESS_H,1,[Define to 1 if you have the process.h file])
+ AC_DEFINE(HAVE__BEGINTHREAD,1,[Define to 1 if you have the _beginthread function.])
+ AC_DEFINE(HAVE_TERMINATETHREAD,1,[Define to 1 if you have the TerminateThread function])
+ AC_MSG_NOTICE([Using WIN32 Thread API.])
+
+ fi
+ fi
+
+ if test "x${have_windows_thread_funcs}" != "xyes" ; then
+
+ AC_CHECK_FUNC(fork,
+ [AC_CHECK_FUNC(kill,
+ [AC_CHECK_FUNC(waitpid,
+ [can_use_fork=yes])
+ ])])
+
+ if test "x${can_use_fork}" = "xyes" ; then
+
+ AC_DEFINE(NO_THREADS,1,[if no thread system is available])
+ CPPFLAGS="${CPPFLAGS} -DNO_THREADS"
+ AC_MSG_NOTICE([CPPFLAGS : ${CPPFLAGS}])
+
+ else
+ AC_MSG_ERROR([NO Threads implementation seems to be available
+ and even fork will not work.]);
+ fi
+ fi
+
+ fi
+
else
! if test "x${check_for_windows_stuff}" = "xyes" ; then
!
! AC_CHECK_HEADER([process.h],
! [
! AC_TRY_LINK([
! #include <windows.h>
! #if HAVE_WINBASE_H
! #include <winbase.h>
! #endif
! #include <process.h>
! ],
! [
! _beginthread (0,0,0);
! TerminateThread ((HANDLE) 0, 0);
! ],
! [have_windows_thread_funcs=yes])
! ])
! if test "x${have_windows_thread_funcs}" = "xyes" ; then
! AC_DEFINE(HAVE_PROCESS_H,1,[Define to 1 if you have the process.h file])
! AC_DEFINE(HAVE__BEGINTHREAD,1,[Define to 1 if you have the _beginthread function.])
! AC_DEFINE(HAVE_TERMINATETHREAD,1,[Define to 1 if you have the TerminateThread function])
! AC_MSG_NOTICE([Using WIN32 Thread API.])
!
! fi
! fi
!
! if test "x${have_windows_thread_funcs}" != "xyes" ; then
!
! AC_CHECK_FUNC(fork,
! [AC_CHECK_FUNC(kill,
! [AC_CHECK_FUNC(waitpid,
! [can_use_fork=yes])
! ])])
!
! if test "x${can_use_fork}" = "xyes" ; then
!
! AC_DEFINE(NO_THREADS,1,[if no thread system is available])
! CPPFLAGS="${CPPFLAGS} -DNO_THREADS"
! AC_MSG_NOTICE([CPPFLAGS : ${CPPFLAGS}])
!
! else
! AC_MSG_ERROR([NO Threads implementation seems to be available
! and even fork will not work.]);
! fi
! fi
fi
***************
*** 1134,1138 ****
AC_MSG_NOTICE([Checking for windows shared memory.])
windows_check_failed=false;
! if test "x${check_for_widows_stuff}" != "xyes" ;then
windows_check_failed=true
fi
--- 1384,1388 ----
AC_MSG_NOTICE([Checking for windows shared memory.])
windows_check_failed=false;
! if test "x${check_for_windows_stuff}" != "xyes" ;then
windows_check_failed=true
fi
***************
*** 1335,1339 ****
fi
if test "x${windows_check_failed}" != "xtrue" ; then
! AC_MSG_NOTICE([Using windows shared memory.])
windows_semaphores_available=yes;
else
--- 1585,1589 ----
fi
if test "x${windows_check_failed}" != "xtrue" ; then
! AC_MSG_NOTICE([Using windows semaphores.])
windows_semaphores_available=yes;
else
***************
*** 1375,1378 ****
--- 1625,1629 ----
AC_MSG_NOTICE([ CXXFLAGS = ${CXXFLAGS} ])
AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])
+ AC_MSG_NOTICE([ LIBS = ${LIBS} ])
AC_MSG_NOTICE([ CC = ${CC} ])
AC_MSG_NOTICE([ CXX = ${CXX} ])
***************
*** 1381,1384 ****
--- 1632,1636 ----
AC_SUBST(CONFIGURED_SUBDIRS)
AC_SUBST(CONFIGURED_STATIC_LIBRARIES)
+ AC_SUBST(CONFIGURED_EXTRA_INCLUDES)
AC_SUBST(LTLIBOBJS)
Index: rcs_config.h.in
===================================================================
RCS file: /cvsroot/emc/rcslib/rcs_config.h.in,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** rcs_config.h.in 18 Aug 2003 23:19:51 -0000 1.1.2.3
--- rcs_config.h.in 21 Aug 2003 20:24:13 -0000 1.1.2.4
***************
*** 7,16 ****
#undef HAVE_ARPA_INET_H
- /* Define to 1 if you have the `atexit' function. */
- #undef HAVE_ATEXIT
-
- /* Define to 1 if you have the `bzero' function. */
- #undef HAVE_BZERO
-
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME
--- 7,10 ----
***************
*** 43,49 ****
#undef HAVE_FCNTL_H
- /* Define to 1 if you have the `floor' function. */
- #undef HAVE_FLOOR
-
/* Define to 1 if you have the `fstat' function. */
#undef HAVE_FSTAT
--- 37,40 ----
***************
*** 61,67 ****
#undef HAVE_GETHOSTNAME
- /* Define to 1 if you have the `getpass' function. */
- #undef HAVE_GETPASS
-
/* Define to 1 if you have the GetTickCount function. */
#undef HAVE_GETTICKCOUNT
--- 52,55 ----
***************
*** 91,97 ****
#undef HAVE_LIBPTHREAD
- /* Define to 1 if you have the `localtime_r' function. */
- #undef HAVE_LOCALTIME_R
-
/* Define to 1 if you have the MapViewOfFile function. */
#undef HAVE_MAPVEIWOFFILE
--- 79,82 ----
***************
*** 100,112 ****
#undef HAVE_MATH_H
- /* Define to 1 if you have the `memmove' function. */
- #undef HAVE_MEMMOVE
-
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
- /* Define to 1 if you have the `memset' function. */
- #undef HAVE_MEMSET
-
/* define if the compiler implements namespaces */
#undef HAVE_NAMESPACES
--- 85,91 ----
***************
*** 133,138 ****
#undef HAVE_OPENMUTEX
! /* Define to 1 if you have the <pthread.h> header file. */
! #undef HAVE_PTHREAD_H
/* Define to 1 if you have the QueryPerformanceCounter function. */
--- 112,117 ----
#undef HAVE_OPENMUTEX
! /* Define to 1 if you have the process.h file */
! #undef HAVE_PROCESS_H
/* Define to 1 if you have the QueryPerformanceCounter function. */
***************
*** 148,151 ****
--- 127,139 ----
#undef HAVE_RELEASEMUTEX
+ /* Define to 1 if you have the <rpc/rpc.h> header file. */
+ #undef HAVE_RPC_RPC_H
+
+ /* Define to 1 if you have the <rpc/types.h> header file. */
+ #undef HAVE_RPC_TYPES_H
+
+ /* Define to 1 if you have the <rpc/xdr.h> header file. */
+ #undef HAVE_RPC_XDR_H
+
/* Is this platfrom running a linux kernel with the rtai patch */
#undef HAVE_RTAI
***************
*** 297,300 ****
--- 285,291 ----
#undef HAVE_SYS_XTI_H
+ /* Define to 1 if you have the TerminateThread function */
+ #undef HAVE_TERMINATETHREAD
+
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
***************
*** 321,338 ****
#undef HAVE_USLEEP
/* Define to 1 if you have the WaitForSingleObject function. */
#undef HAVE_WAITFORSINGLEOBJECT
! /* Define to 1 you have a working winsock.h system. */
! #undef HAVE_WINSOCK
! /* Define to 1 you have a working winsock2.h system. */
! #undef HAVE_WINSOCK2
! /* Define to 1 if you have the <winver.h> header file. */
#undef HAVE_WINVER_H
/* Define to 1 if you have the Yield function. */
#undef HAVE_YIELD
/* if no thread system is available */
--- 312,347 ----
#undef HAVE_USLEEP
+ /* Define to 1 if you have the u_int type */
+ #undef HAVE_U_INT
+
+ /* Define to 1 if you have the u_int type */
+ #undef HAVE_U_LONG
+
+ /* Define to 1 if you have the u_short type */
+ #undef HAVE_U_SHORT
+
/* Define to 1 if you have the WaitForSingleObject function. */
#undef HAVE_WAITFORSINGLEOBJECT
! /* Define to 1 if you have windows.h */
! #undef HAVE_WINDOWS_H
! /* Define to 1 you have a working winsock2.h and ws2_32.lib system. */
! #undef HAVE_WINSOCK2_H
! /* Define to 1 you have a working winsock.h and wsock32.lib system. */
! #undef HAVE_WINSOCK_H
!
! /* Define to 1 if there is a working version of winver.h */
#undef HAVE_WINVER_H
+ /* Define to 1 if you have the <xdr.h> header file. */
+ #undef HAVE_XDR_H
+
/* Define to 1 if you have the Yield function. */
#undef HAVE_YIELD
+
+ /* Define to 1 if you have the _beginthread function. */
+ #undef HAVE__BEGINTHREAD
/* if no thread system is available */
|