/* */ /* * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. */ /* LINTLIBRARY */ /* PROTOLIB1 */ /* * This little dance is necessary to avoid ftello/fseeko * complaints vs libc. We don't use them but we do #include * stdio.h and as we are large file aware they get defined * differently than libc. */ #include <sys/types.h> #undef _LARGEFILE_SOURCE #include <jansson/jansson.h> #include <jansson/jansson_config.h>