ms windows changes

This commit is contained in:
Jeff Hill
1995-09-29 22:17:13 +00:00
parent a7484494c4
commit c9abc2c82e
5 changed files with 9 additions and 10 deletions

View File

@@ -7,6 +7,9 @@
# Experimental Physics and Industrial Control System (EPICS)
#
# $Log$
# Revision 1.1 1995/08/17 20:22:09 jba
# Moved bldEnvData,blderrSymTbl, makeStatTbl to libCom dir
#
# Revision 1.3 1995/08/14 19:27:24 jhill
# extern => epicsShareExtern
#
@@ -34,7 +37,7 @@ TOOL=`basename $0`
# Start by creating a list of the ENV_PARAM declarations
PARAMS=`sed -n -e 's/;//' \
-e 's/^[ ]*epicsShareExtern[ ][ ]*ENV_PARAM[ ][ ]*//p' \
-e 's/^[ ]*epicsShareExtern[ ][ ]*ENV_PARAM[ ][ ]*//p' \
${SRC}`
# Create a new header file
@@ -85,7 +88,7 @@ done
# Now create an array pointing to all parameters
cat >>${OBJ} <<!EOF
ENV_PARAM* env_param_list[] = {
ENV_PARAM* env_param_list[EPICS_ENV_VARIABLE_COUNT+1] = {
!EOF
# Contents are the addresses of each parameter

View File

@@ -73,6 +73,7 @@
#else
# include <sys/types.h>
# include <netinet/in.h>
# include <arpa/inet.h>
#endif
#ifdef vxWorks
@@ -84,10 +85,6 @@
#include <envDefs.h>
#include <errMdef.h>
/*
* for VMS
*/
unsigned long inet_addr (char *);
/*+/subr**********************************************************************

View File

@@ -73,6 +73,7 @@
#else
# include <sys/types.h>
# include <netinet/in.h>
# include <arpa/inet.h>
#endif
#ifdef vxWorks
@@ -84,10 +85,6 @@
#include <envDefs.h>
#include <errMdef.h>
/*
* for VMS
*/
unsigned long inet_addr (char *);
/*+/subr**********************************************************************

View File

@@ -51,6 +51,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-07-94 mrk Initial Implementation
*/
#include <stdio.h>
#ifdef vxWorks
#include <vxWorks.h>
#endif

View File

@@ -51,6 +51,7 @@ DEVELOPMENT CENTER AT ARGONNE NATIONAL LABORATORY (708-252-2000).
* .01 04-07-94 mrk Initial Implementation
*/
#include <stdio.h>
#ifdef vxWorks
#include <vxWorks.h>
#endif