wsanchez    00/01/25 20:39:03

  Modified:    src/ap   ap_getpass.c
  Log:
  Don't define getpass on BeOS.
  Submitted by: David Reid <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.4       +1 -1      apache-1.3/src/ap/ap_getpass.c
  
  Index: ap_getpass.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap_getpass.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ap_getpass.c      1999/12/10 11:03:13     1.3
  +++ ap_getpass.c      2000/01/26 04:39:00     1.4
  @@ -84,7 +84,7 @@
   
   #define ERR_OVERFLOW 5
   
  -#ifdef MPE
  +#ifdef defined(MPE) || defined(BEOS)
   #include <termios.h>
   
   char *
  
  
  

Reply via email to