[core] cleanup unused ifndef

This commit is contained in:
Glenn Strauss 2017-10-29 11:34:47 -04:00
parent f97f2e359c
commit 6e87da7195
2 changed files with 0 additions and 8 deletions

View File

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

View File

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