Signal/Geometry Processing Library (SPL)  1.1.24
config.hpp
1 /* src/include/SPL/config.hpp. Generated from config.hpp.in by configure. */
2 #ifndef SPL_CONFIG_HPP
3 #define SPL_CONFIG_HPP
4 
5 /* Define this symbol if the libsnd library is available. */
6 #define SPL_HAVE_LIBSNDFILE 1
7 
8 /* Define this symbol if the CGAL library is available. */
9 #define SPL_HAVE_CGAL 1
10 
11 /* Define this symbol if the system header file sys/time.h exists. */
12 #define SPL_HAVE_SYS_TIME_H 1
13 
14 /* Define this symbol if the system has the getrusage function. */
15 #define SPL_HAVE_GETRUSAGE 1
16 
17 /* Define this symbol if the system has the gettimeofday function. */
18 #define SPL_HAVE_GETTIMEOFDAY 1
19 
20 /* Define this symbol if the system has a Linux proc filesystem. */
21 #define SPL_HAVE_PROCFS 1
22 
23 /* Define this symbol if the C++ TR1 bessel functions are available. */
24 #define SPL_HAVE_TR1_BESSEL 1
25 
26 #endif