3c28143a75
e.g. on Linux via libbsd - or on BSDs where the symbol exists
9 lines
170 B
C
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
|