mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
SIGURG is not used , cleanup commented code
This commit is contained in:
parent
54d714882c
commit
f6f7b62f64
@ -105,10 +105,6 @@ static int process_id;
|
|||||||
//#define SHMEM_DELTA (1 << 22)
|
//#define SHMEM_DELTA (1 << 22)
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
//#ifndef SIGURG
|
|
||||||
//#define SIGURG SIGINT
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
#endif // UNIX
|
#endif // UNIX
|
||||||
|
|
||||||
#ifdef HAVE_SYS_PARAM_H
|
#ifdef HAVE_SYS_PARAM_H
|
||||||
|
@ -157,11 +157,6 @@ static void SOCLOSE(SOCKET& socket)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Can't find were it's used.
|
|
||||||
//#ifndef SIGURG
|
|
||||||
//#define SIGURG SIGINT
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
#ifndef ENOBUFS
|
#ifndef ENOBUFS
|
||||||
#define ENOBUFS 0
|
#define ENOBUFS 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user