Licensing Information

Open Source Used In Cisco Nexus 9000 Series 7.0(3)I5(1)
4118
#endif
#if !defined(ENABLE_Splice)
# if ENABLE_ZeroCopy
# include <fcntl.h>
# if defined(SPLICE_F_MOVE)
# define ENABLE_Splice 1
# else
# define ENABLE_Splice 0
# endif
# else
# define ENABLE_Splice 0
# endif
#endif
#if !defined(ENABLE_Trace)
# define ENABLE_Trace 1
#endif
#if !defined(ENABLE_Discovery)
# define ENABLE_Discovery 1
#endif
#if !defined(ENABLE_Cmdline)
# define ENABLE_Cmdline 1
#endif
#if !defined(ENABLE_ContextProxy)
# define ENABLE_ContextProxy 0
#endif
#if !defined(ENABLE_DebugContext)
# define ENABLE_DebugContext (ENABLE_ContextProxy || SERVICE_RunControl || SERVICE_Breakpoints ||
SERVICE_Memory || SERVICE_Registers || SERVICE_StackTrace)
#endif
#if !defined(ENABLE_SymbolsProxy)
# define ENABLE_SymbolsProxy (ENABLE_DebugContext && TARGET_VXWORKS)
#endif
#if !defined(ENABLE_LineNumbersProxy)
# define ENABLE_LineNumbersProxy (ENABLE_DebugContext && TARGET_VXWORKS)
#endif
#if ENABLE_SymbolsProxy || !ENABLE_DebugContext
# undef SERVICE_Symbols
# define SERVICE_Symbols 0
#endif