13 lines
213 B
CMake
13 lines
213 B
CMake
#ifndef OCONFIGURE_CONFIG_H
|
|
#define OCONFIGURE_CONFIG_H
|
|
|
|
#cmakedefine01 HAVE_C99_STDINT
|
|
|
|
#ifndef HAVE_MD5
|
|
# define HAVE_MD5 1
|
|
#endif
|
|
#ifndef HAVE_SHA2
|
|
# define HAVE_SHA2 1
|
|
#endif
|
|
|
|
#endif /* OCONFIGURE_CONFIG_H */
|