You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Jim Jagielski <ji...@hyperreal.com> on 1997/01/10 14:23:33 UTC

cvs commit: apache/src Configure conf.h

jim         97/01/10 05:23:32

  Modified:    src       Configure conf.h
  Log:
  Add IBM AIX PS/2
  
  Revision  Changes    Path
  1.70      +5 -0      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -C3 -r1.69 -r1.70
  *** Configure	1997/01/10 11:20:41	1.69
  --- Configure	1997/01/10 13:23:30	1.70
  ***************
  *** 163,168 ****
  --- 163,173 ----
    	LFLAGS="$LFLAGS -s"
    	DEF_WANTHSREGEX=no
    	;;
  +     i386-ibm-aix*)
  +     	OS='IBM AIX PS/2'
  + 	CFLAGS="$CFLAGS -DAIX -U__STR__ -DUSEBCOPY"
  + 	DEF_WANTHSREGEX=no
  + 	;;
        *-ibm-aix*)
    	OS='IBM AIX'
    	CFLAGS="$CFLAGS -DAIX -U__STR__"
  
  
  
  1.69      +3 -1      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -C3 -r1.68 -r1.69
  *** conf.h	1997/01/10 11:20:41	1.68
  --- conf.h	1997/01/10 13:23:31	1.69
  ***************
  *** 118,126 ****
    #undef NO_SETSID
    #define HAVE_SYS_SELECT_H
    #define JMP_BUF sigjmp_buf
    #define HAVE_MMAP
  - #define DEFAULT_USER "nobody"
    #define DEFAULT_GROUP "nobody"
    typedef int rlim_t;
    
    #elif defined(ULTRIX)
  --- 118,128 ----
    #undef NO_SETSID
    #define HAVE_SYS_SELECT_H
    #define JMP_BUF sigjmp_buf
  + #ifndef __ps2__
    #define HAVE_MMAP
    #define DEFAULT_GROUP "nobody"
  + #endif
  + #define DEFAULT_USER "nobody"
    typedef int rlim_t;
    
    #elif defined(ULTRIX)