Skip to content

Commit

Permalink
nginx-0.0.2-2004-03-01-19:45:48 import
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Mar 1, 2004
1 parent d94049b commit 83a7a2e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions auto/lib/md5/make
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

echo "$MD5/libmd5.a:" >> $MAKEFILE

case $PLATFORM in

SunOS:*:i386)
echo " cd $MD5 && \$(MAKE) x86-solaris" >> $MAKEFILE
;;

*:i386)
echo " cd $MD5 && \$(MAKE) x86-elf" >> $MAKEFILE
;;

*)
if [ $CC = gcc ]; then
echo " cd $MD5 && \$(MAKE) gcc" >> $MAKEFILE
else
echo " cd $MD5 && \$(MAKE) cc" >> $MAKEFILE
fi
;;

esac

echo >> $MAKEFILE
2 changes: 1 addition & 1 deletion src/event/ngx_event_mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ngx_int_t ngx_event_mutex_timedlock(ngx_event_mutex_t *m, ngx_msec_t timer,
m->last = ev;
ev->next = NULL;

#if (NGX_THREADS)
#if (NGX_THREADS0)
ev->light = 1;
#endif

Expand Down

0 comments on commit 83a7a2e

Please sign in to comment.