[core] cleanup unused ifndef
This commit is contained in:
parent
f97f2e359c
commit
6e87da7195
|
@ -33,10 +33,6 @@ struct stat_cache; /* declaration */
|
|||
# define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#ifndef O_LARGEFILE
|
||||
# define O_LARGEFILE 0
|
||||
#endif
|
||||
|
||||
#ifndef SIZE_MAX
|
||||
# ifdef SIZE_T_MAX
|
||||
# define SIZE_MAX SIZE_T_MAX
|
||||
|
|
|
@ -645,10 +645,6 @@ SETDEFAULTS_FUNC(log_access_open) {
|
|||
return HANDLER_GO_ON;
|
||||
}
|
||||
|
||||
#ifndef O_LARGEFILE
|
||||
#define O_LARGEFILE 0
|
||||
#endif
|
||||
|
||||
static void log_access_flush(server *srv, void *p_d) {
|
||||
plugin_data *p = p_d;
|
||||
size_t i;
|
||||
|
|
Loading…
Reference in New Issue