d648e92188
Solaris 10 is too old for POSIX.2008, thus wcsdup() is missing
8 lines
140 B
C
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
|