[10588] in Athena Bugs

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

athena/athena.lib/moira/util/imake.includes/config.Imakefile

daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 11:54:38 1993

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

*** /tmp/,RCSt1a18443	Fri Jun 25 11:43:46 1993
--- athena/athena.lib/moira/util/imake.includes/config.Imakefile	Wed Jun  9 13:48:06 1993
***************
*** 41,46 ****
--- 41,52 ----
   */
  #endif
  
+ #if defined(hpux)
+ OSDEFS= -DPOSIX
+ OSLIBS= -lbsd
+ CURSES= -lcurses
+ #endif
+ 
  GLOBAL_CDEFS= -DHESIOD -DZEPHYR -DATHENA -DDBMS=INGRES  -I/usr/athena/include \
  $(OSDEFS)
  
***************
*** 129,135 ****
   * LINTLIBFLAG should be the flag used to tell lint to create a lint
   * library.  On most BSD systems, this is -C
   */
! #if defined(_AIX) && defined(_IBMR2) || defined(SOLARIS)
  #define NO_LINT
  #endif
  
--- 135,141 ----
   * LINTLIBFLAG should be the flag used to tell lint to create a lint
   * library.  On most BSD systems, this is -C
   */
! #if defined(_AIX) && defined(_IBMR2) || defined(SOLARIS) || defined(hpux)
  #define NO_LINT
  #endif
  

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