Compiled under Redhat Linux<Right
This commit is contained in:
@@ -500,7 +500,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifndef LINUX
|
||||
#include <timers.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <netdb.h>
|
||||
@@ -1444,6 +1446,9 @@
|
||||
int *c3,
|
||||
int *c4,
|
||||
float *timer) {
|
||||
#ifdef LINUX
|
||||
#define nanosleep_d9 nanosleep
|
||||
#endif
|
||||
#ifdef __VMS
|
||||
#include <lib$routines.h>
|
||||
#define hibernate lib$wait (0.25)
|
||||
|
||||
Reference in New Issue
Block a user