lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV lynx-ac: utmp configure bug


From: Андрей Чернов
Subject: LYNX-DEV lynx-ac: utmp configure bug
Date: Tue, 29 Jul 1997 00:26:32 +0400 (MSD)

<utmp.h> header is not self-contained for FreeBSD and <sys/types.h> must
be included. I don't know, how to fix configure.in source since simple
CF_UTMP macro used here... 

*** configure.bak       Mon Jul 28 04:36:15 1997
--- configure   Tue Jul 29 00:22:49 1997
***************
*** 5058,5063 ****
--- 5058,5064 ----
        cat > conftest.$ac_ext <<EOF
  #line 5060 "configure"
  #include "confdefs.h"
+ #include <sys/types.h>
  #include <utmp.h>
  int main() {
  struct utmp x; char *y = &x.ut_host[0]


-- 
Andrey A. Chernov
<address@hidden>
http://www.nagual.pp.ru/~ache/

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]