martin      98/03/25 07:26:52

  Modified:    src      Configure
  Log:
  Use additional switches for Bs2000 C Compiler:
  They force CC to use mixed case and underscores in the generated *.o files
  (And I wonder why that is not the default in the POSIX subsystem)
  Without these flags, no two global variables/functions may ever appear which
  only differ in case.
  
  Revision  Changes    Path
  1.218     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.217
  retrieving revision 1.218
  diff -u -u -r1.217 -r1.218
  --- Configure 1998/03/23 07:26:03     1.217
  +++ Configure 1998/03/25 15:26:51     1.218
  @@ -524,7 +524,7 @@
        OS='BS2000'
        OSDIR='os/bs2000'
        CC='c89'
  -     CFLAGS="$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV"
  +     CFLAGS="$CFLAGS -DCHARSET_EBCDIC -DSVR4 -D_XPG_IV -XLLML -XLLMK"
        DEF_WANTHSREGEX=yes
        LIBS="$LIBS -lsocket -lnsl -lc"
        ;;
  
  
  

Reply via email to