/*************************************************************************\ * Copyright (c) 2002 The University of Saskatchewan * SPDX-License-Identifier: EPICS * EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ /* * RTEMS network configuration for EPICS * Author: W. Eric Norum * eric.norum@usask.ca * (306) 966-5394 * * This file can be copied to an application source directory * and modified to override the values shown below. */ #include #include #include #define RTEMS_VERSION_INT VERSION_INT(__RTEMS_MAJOR__, __RTEMS_MINOR__, 0, 0) #ifdef RTEMS_LEGACY_STACK // old non libbsd stack #include /* * Comment (by sebastian.huber): * * This rtems_bsdnet_loopattach() was a hack and is no longer needed in RTEMS * 4.11. * * -- * Ticket URL: */ #if RTEMS_VERSION_INT