somake/config.h.in
Georg Sauthoff d648e92188 fix build on Solaris 10
Solaris 10 is too old for POSIX.2008, thus wcsdup() is missing
2016-08-23 21:13:46 +02:00

8 lines
140 B
C

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