Mercurial > sm-archive
view src/includes.h @ 25:a2d60f43590b stable-1-0-9
changes for rhel7 systemd and /var/run on tmpfs
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 06 Feb 2017 11:34:51 -0800 |
parents | b24369330483 |
children |
line wrap: on
line source
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <map> #include <fstream> #include <list> #include <set> #include <stdio.h> #include <ctype.h> #include <string.h> #include <stdlib.h> #include "tokenizer.h" #include "context.h" #include "sm-archive.h"