summaryrefslogtreecommitdiff
path: root/includes/config.h
blob: 66e2ade63773cbc7422543c9d2730f0ffea13a41 (plain)
1
2
3
4
5
6
7
#ifndef __CONFIG_H__
#define __CONFIG_H__

#warning config.h is deprecated; please use ghcconfig.h instead
#include "ghcconfig.h"

#endif