From: Hans-Bernhard B. <br...@us...> - 2004-02-24 15:27:39
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3372/src Modified Files: global.h Log Message: Accomodate HP/Compaq's nsr-tandem-nsk platform. Index: global.h =================================================================== RCS file: /cvsroot/cscope/cscope/src/global.h,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** global.h 12 Feb 2004 18:14:05 -0000 1.28 --- global.h 24 Feb 2004 15:13:21 -0000 1.29 *************** *** 49,52 **** --- 49,58 ---- #include <stdlib.h> /* standard library functions */ + /* A special "magic" header file required by HP/Compaq NSK (Non-Stop + * Kernel) to present a more Unix-ish environment ... */ + #ifdef HAVE_FLOSS_H + # include <floss.h> + #endif + /* Replace most of the #if BSD stuff. Taken straight from the autoconf * manual, with an extension for handling memset(). */ |