Skip to content

Commit 4b651ad

Browse files
committed
configure: add missing macros to public config header
1 parent 4338910 commit 4b651ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

fcs_config.h.in

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
/* fcs_config.h.in. Public config header for ScaFaCoS FCS. */
22

3+
/* Define to the scanf conversion that corresponds to the floating type to use
4+
for FCS. */
5+
#undef FCS_CONV_FLOAT
6+
7+
/* Define to the scanf conversion that corresponds to the integer type to use
8+
for FCS. */
9+
#undef FCS_CONV_INT
10+
311
/* Whether solver method direct is enabled. */
412
#undef FCS_ENABLE_DIRECT
513

0 commit comments

Comments
 (0)