[10624] in Athena Bugs
hpux patch for config/config.Imakefile
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 14:10:16 1993
From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 14:10:10 -0400
To: bug-zephyr@Athena.MIT.EDU
Cc: bugs@Athena.MIT.EDU
For the HP mini port, I took zephyr code from the zephyr locker, because
I heard that someone (Lucien?) had already done work to make it more
POSIX compliant. Here's the first of three patches.
Note that to compile zwgc, I wrote my own re_comp() and re_exec()
routines using regcomp and regexec. These can be found under
/mit/hp/src/libbsd.
*** /tmp/,RCSt1a18985 Fri Jun 25 14:03:38 1993
--- config/config.Imakefile Thu Jun 3 15:19:20 1993
***************
*** 204,210 ****
* If you do not have lint, or do not wish to make lint libraries for
* the Zephyr library, define NO_LINT.
*/
! /* #define NO_LINT */
/* GLOBAL_LINTFLAGS: Define this if you want to override the default
of "-bh". Some versions of lint may have other helpful options
--- 204,212 ----
* If you do not have lint, or do not wish to make lint libraries for
* the Zephyr library, define NO_LINT.
*/
! #ifdef hpux
! #define NO_LINT
! #endif
/* GLOBAL_LINTFLAGS: Define this if you want to override the default
of "-bh". Some versions of lint may have other helpful options