You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/06/14 17:14:48 UTC

crypt patch for mod_auth_msql.c

As I remember from Tom Tromey's comments, this is the proper define
for this. This will need to be added to conf.h for the platforms that
have this include.

*** mod_auth_msql.c.orig	Fri Jun 14 10:11:42 1996
--- mod_auth_msql.c	Fri Jun 14 10:11:25 1996
***************
*** 392,398 ****
--- 392,400 ----
  #include "http_log.h"
  #include "http_protocol.h"
  #include <msql.h>
+ #ifdef HAVE_CRYPT_H
  #include <crypt.h>
+ #endif
  
  typedef struct  {