libkms: remove explicit define _FILE_OFFSET_BITS 64

configure.ac has AC_SYS_LARGEFILE which provides the define and/or
approapriate magic when required.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
main
Emil Velikov 2014-07-27 14:54:59 +01:00
parent 8e93afc976
commit 02b3ad7e19
6 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -14,7 +14,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>

View File

@ -29,7 +29,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#define _FILE_OFFSET_BITS 64
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <stdlib.h>