somake/config.h.in
Georg Sauthoff 3c28143a75 use closefrom() where available
e.g. on Linux via libbsd - or on BSDs where the symbol exists
2016-08-26 22:25:48 +02:00

9 lines
170 B
C

// 2016, Georg Sauthoff <mail@georg.so>, CDDL and WTFPL
#ifndef SOMAKE_CONFIG_H
#define SOMAKE_CONFIG_H
#cmakedefine HAVE_WCSDUP 1
#cmakedefine HAVE_CLOSEFROM 1
#endif