Compiled under Redhat Linux<Right
This commit is contained in:
@@ -676,7 +676,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>
|
||||
@@ -2135,6 +2137,10 @@ char cILLGText[256];
|
||||
int *fp_cntr,
|
||||
int *fr_cntr,
|
||||
float *ist_posit) {
|
||||
#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