diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -123,13 +123,6 @@ def configure(conf): if Options.options.largefile: conf.env.append_unique('DEFINES', ['_FILE_OFFSET_BITS=64']) - conf.check_function('c', 'aligned_alloc', - header_name = 'stdlib.h', - return_type = 'void*', - arg_types = 'size_t,size_t', - define_name = 'HAVE_ALIGNED_ALLOC', - mandatory = False) - if not Options.options.no_posix: funcs = {'posix_memalign': ('stdlib.h', 'int', 'void**,size_t,size_t'), 'posix_fadvise': ('fcntl.h', 'int', 'int,off_t,off_t,int'), |