Something went wrong on our end
-
Jonathan Hanks authored
This is to give us integration with modern tooling, out of tree builds, and easier packaging. This is not yet ready for production. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4372 6dcd42c9-f523-4c6d-aada-af552506706e
Jonathan Hanks authoredThis is to give us integration with modern tooling, out of tree builds, and easier packaging. This is not yet ready for production. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4372 6dcd42c9-f523-4c6d-aada-af552506706e
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.h.cmake 643 B
#ifndef CONFIG_H
#define CONFIG_H
#cmakedefine HAVE_FCHDIR
#cmakedefine HAVE_MEMCPY
#cmakedefine HAVE_STRCHR
#cmakedefine HAVE_ERRNO_H
#cmakedefine HAVE_FCNTL_H
#cmakedefine HAVE_STDIO_H
#cmakedefine HAVE_STDLIB_H
#cmakedefine HAVE_STRING_H
#cmakedefine HAVE_SYS_TYPES_H
#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_REGEXP_H
#cmakedefine HAVE_REGEX_H
#cmakedefine HAVE_CSTDATOMIC
#cmakedefine HAVE_ATOMIC
/* FW build settings */
#ifdef DAQD_BUILD_FW
/* do not broadcast data */
#define NO_BROADCAST 1
/* run an edcu */
#define EPICS_EDCU 1
/* receive broadcasts */
#define USE_BROADCAST
#endif
#endif