aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpan.cc
blob: fcc1b77257037fdd56adce6962276fa9b868f594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  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;
}