📄 irix-6.4
字号:
## $Id: irix-6.4,v 1.2 1998/07/02 13:12:52 wfs Exp $## Configuration for IRIX 6.4## This probably works with IRIX 6.2 and 6.3 also## IRIX 6.x has the sysctl call, and provides route and interface# information through the route socket.## There is an bug in the loader (at least with IRIX 6.4.1/IDO7.1.1# which prevents loading of gated. If you get an message from the# loader about unresolved reference to sys_signames, then edit# the Makefile by Hand, and add signames.o at the end of the OBJS list# Then gated will load just fine## There are other bugs and inconsitencies in the header files, which# are worked around in the code. For one of this bugs you need the# option IRIX_SDL_LEN_BUG ## Hint for future releases of IRIX (probably 6.5 and up):## With later releases of IRIX you should probably try it without# IRIX_SDL_LEN_BUG and with SOCKET_LENGTHS. But be aware if # the LEN_BUG is there, gated will die during traceing. Just# try "gated -c -tall". If the bug is there and IRIX_SDL_LEN_BUG# is not set, then gated dies in strncpy when it trys to print# a link level address## Klaus Steinberger <Klaus.Steinberger@Physik.Uni-Muenchen.DE>#bindir /usr/binsbindir /etcmandir /usr/share/manmantype aixsignal_h /usr/include/sys/signal.hcc cc cflags -g -wldflags ldothers -lelflex lexlflags -vmkdep mkdep.cannedoptions IRIX_SDL_LEN_BUGoptions USE_SETPGRP options NEED_SIGNAMEoptions NEED_UNSETENVoptions INCLUDE_UNISTD GID_T=gid_toptions INCLUDE_FCNTRLoptions VARIABLE_MASKS SOCKADDR_DLoptions POSIX_SIGNALS HAVE_WAITPIDoptions KRT_RTREAD_KINFO KRT_IFREAD_KINFO KRT_RT_SOCK USE_SYSCTL options KRT_LLADDR_NONE KVM_TYPE_NONE KRT_SYMBOLS_SYSCTLoptions KRT_SOCKET_TYPE="PF_ROUTE, SOCK_RAW, AF_UNSPEC"options tzsetwall()={unsetenv("TZ");tzset();}options GDC_RESOURCEyacc yaccyflags -doptionspath_unix /unixprotocols bgp egp icmp rip rdisc ospf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -