Put #ifndef checks for HAVE_RAND_PSEUDO_BYTES in the correct places.

This commit is contained in:
Ivo Timmermans 2002-04-18 20:09:05 +00:00
parent e69d225803
commit 97d492d9e2
3 changed files with 11 additions and 7 deletions

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net.c,v 1.35.4.169 2002/04/01 21:28:05 guus Exp $
$Id: net.c,v 1.35.4.170 2002/04/18 20:09:05 zarq Exp $
*/
#include "config.h"
@ -68,6 +68,10 @@
#include "system.h"
#ifndef HAVE_RAND_PSEUDO_BYTES
#define RAND_pseudo_bytes RAND_bytes
#endif
int do_purge = 0;
int sighup = 0;
int sigalrm = 0;