157
来自「Unix/Linux 网络时间协议版本3 Network Time Proto」· 代码 · 共 52 行
TXT
52 行
Return-Path: casey@gateway.ccii.co.za Return-Path: <casey@gateway.ccii.co.za>Received: from aztec.co.za (aztec.co.za [196.7.70.131]) by whimsy.udel.edu (8.8.5/8.8.5) with SMTP id IAA13216 for <stenn@whimsy.udel.edu>; Thu, 26 Jun 1997 08:11:43 GMTReceived: from gateway.ccii.co.za [196.3.249.234] by aztec.co.za with smtp for <stenn@whimsy.udel.edu> envelope to <stenn@whimsy.udel.edu> (Smail3.1.29.1 #2) id m0wh9dK-0007hDC; Thu, 26 Jun 97 10:10 EETReceived: (from casey@localhost) by gateway.ccii.co.za (8.7.6/8.7.1) id KAA14892 for stenn@whimsy.udel.edu; Thu, 26 Jun 1997 10:20:54 -0400From: Casey Crellin <casey@gateway.ccii.co.za>Message-Id: <199706261420.KAA14892@gateway.ccii.co.za>Subject: configure.inTo: stenn@whimsy.udel.eduDate: Thu, 26 Jun 1997 10:20:54 -0400 (EDT)Reply-To: casey@ccii.co.zaContent-Type: textHi Harlan,How are things? Did you make sense of all my mail? One minor correction toconfigure.in It is for big endian targets...In the section marked ### below is changed to be correct.#AC_C_BIGENDIAN dnl CROSS-COMPILE? case "$host" in $target) AC_C_BIG_ENDIAN ;; *) case "$target" in i*86-*-vxworks*) # LITTLEENDIAN ;; *-*-vxworks*) # was bigendian_machine ### AC_DEFINE(WORDS_BIGENDIAN) ;; esacLet me know what is happening.Keep wellCasey--casey@ccii.co.zaCCII Systems (Pty) Ltd http://www.ccii.co.za-------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?