unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / openmp
blob7c627ed64975490ec0039a059f83026b4f4bb79d
1 Description:
2 Detection of OpenMP support.
4 Files:
6 Depends-on:
8 configure.ac:
9 AC_OPENMP
11 Makefile.am:
13 Include:
14 #ifdef _OPENMP
15 # include <omp.h>
16 #endif
18 Link:
19 $(OPENMP_CFLAGS)
21 License:
22 LGPL
24 Maintainer:
25 all