catch tge XFT define, from config.h

This commit is contained in:
Dana Jansens 2002-08-15 23:51:19 +00:00
parent a3f7fa3294
commit 99a3884296

View file

@ -1,6 +1,10 @@
const char *NAME = "xftlsfonts";
const char *VERSION = "1.0";
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif // HAVE_CONFIG_H
#ifndef XFT
#include <iostream>