Sha256: f51b74437c7b8548fe94674348dedbd258062d0fc4a87765192dc10b62c16078

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

#ifndef __POSTFIX_STATUS_LINE_CORE_H__
#define __POSTFIX_STATUS_LINE_CORE_H__

#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE
#endif

#include <stdbool.h>
#include <time.h>

#ifdef HAVE_OPENSSL_SHA_H
#include <openssl/sha.h>
#endif

#include <ruby.h>

#endif //__POSTFIX_STATUS_LINE_CORE_H__

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
postfix_status_line-0.2.4 ext/postfix_status_line_core.h
postfix_status_line-0.2.3 ext/postfix_status_line_core.h