8
0
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:
mapopa 2013-04-01 21:40:55 +00:00
parent 54d714882c
commit f6f7b62f64
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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