aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: ce954de2503c146f89cfbf10e43ce43144e06442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (C) 2007-2011 Xagasoft, All rights reserved.
 *
 * This file is part of the libbu++ library and is released under the
 * terms of the license contained in the file LICENSE.
 */

#ifndef BU_CONFIG_H
#define BU_CONFIG_H

// Use 64 bit IO functions where applicable (i.e. large file support)
#define USE_64BIT_IO

#include "bu/compat/win32.h"
#include "bu/compat/osx.h"
#include "bu/compat/linux.h"

#include "bu/extratypes.h"

// Later if we need autoconfig stuff, here's where it'll go.
// #include "bu/autoconfig.h"

#endif