aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpan.cc
blob: 5da4452b4418631ef40138df081d1e56118d95c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  MCLibetpan.cpp
//  mailcore2
//
//  Created by Hoa Dinh on 6/28/13.
//  Copyright (c) 2013 MailCore. All rights reserved.
//

#include "MCLibetpan.h"

#include <libetpan/libetpan.h>

__attribute__((constructor))
static void initialize() {
    // It will enable CFStream on platforms that supports it.
    mailstream_cfstream_enabled = 1;
}