[10616] in Athena Bugs

home help back first fref pref prev next nref lref last post

config/site.def

daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 13:49:01 1993

From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 13:48:56 -0400
To: rel-eng@Athena.MIT.EDU, bugs@Athena.MIT.EDU

For the record, here's what I've used on the HP mini port so far.  The
-lbsd is a library I wrote; the source is in /mit/hp/src/libbsd.  We
will probably want to rename this to libbsdathena and link -lBSD
-lbsdathena, because HP-UX has a partial BSD compatability library; I
just don't have that library on patience.mit.edu.

*** /tmp/,RCSt1a18886	Fri Jun 25 13:44:24 1993
--- config/site.def	Tue Mar 23 17:03:23 1993
***************
*** 86,91 ****
--- 86,113 ----
  #define AnsiLdCmd cc
  #endif
  
+ /*
+  * HP-UX
+  */
+ 
+ #if defined(hpux)
+ 
+ #define BsdLibs -lbsd
+ #define BsdFlags -D_BSD
+ #define LdLibs BsdLibs
+ #define LintFlags BsdFlags -DPOSIX
+ #define CcFlags LintFlags
+ 
+ #endif /* hpux */
+ 
  
  /*
   * AFS configuration

home help back first fref pref prev next nref lref last post