#ifndef __CONFIG_H_ #define __CONFIG_H_ #define PACKAGE_NAME "singularity" #define PACKAGE_TARNAME "singularity" #define PACKAGE_VERSION "3.4.2-1" #define PACKAGE_STRING "singularity 3.4.2-1" #define PACKAGE_BUGREPORT "support@sylabs.io" #define PACKAGE_URL "" #define BUILDDIR "/project/umw_biocore/singularity/kb-python/singularity/builddir" #define SOURCEDIR "/project/umw_biocore/singularity/kb-python/singularity" #define PREFIX "/usr/local" #define EXECPREFIX "/usr/local" #define BINDIR "/usr/local/bin" #define SBINDIR "/usr/local/sbin" #define LIBEXECDIR "/usr/local/libexec" #define DATAROOTDIR "/usr/local/share" #define DATADIR "/usr/local/share" #define SYSCONFDIR "/usr/local/etc" #define SHAREDSTATEDIR "/usr/local/com" #define LOCALSTATEDIR "/usr/local/var" #define RUNSTATEDIR "/usr/local/var/run" #define INCLUDEDIR "/usr/local/include" #define OLDINCLUDEDIR "/usr/include" #define DOCDIR "/usr/local/share/doc/singularity" #define INFODIR "/usr/local/share/info" #define HTMLDIR "/usr/local/share/doc/singularity" #define DVIDIR "/usr/local/share/doc/singularity" #define PDFDIR "/usr/local/share/doc/singularity" #define PSDIR "/usr/local/share/doc/singularity" #define LIBDIR "/usr/local/lib" #define LOCALEDIR "/usr/local/share/locale" #define MANDIR "/usr/local/share/man" #define SINGULARITY_CONFDIR SYSCONFDIR "/singularity" #define SINGULARITY_CONF_FILE SINGULARITY_CONFDIR "/singularity.conf" #define CAPABILITY_FILE SINGULARITY_CONFDIR "/capability.json" #define ECL_FILE SINGULARITY_CONFDIR "/ecl.toml" #define NVIDIALIBS_FILE SINGULARITY_CONFDIR "/nvliblist.conf" #define SESSIONDIR LOCALSTATEDIR "/singularity/mnt/session" #define SINGULARITY_SUID_INSTALL 1 #define NS_CLONE_NEWPID 1 #define NS_CLONE_FS 1 #define NS_CLONE_NEWNS 1 #define NS_CLONE_NEWUSER 1 #define NS_CLONE_NEWIPC 1 #define NS_CLONE_NEWNET 1 #define NS_CLONE_NEWUTS 1 #define SINGULARITY_NO_NEW_PRIVS 1 #define SINGULARITY_MS_SLAVE 1 #define SINGULARITY_NO_SETNS 1 #define SINGULARITY_SETNS_SYSCALL 1 #define CRYPTSETUP_PATH "/sbin/cryptsetup" #endif /* __CONFIG_H_ */