projects
/
apple
/
launchd.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
launchd-258.25.tar.gz
[apple/launchd.git]
/
launchd
/
src
/
config.h
This page requires JavaScript to run. Use
this page
instead.
0 / 7 ( 0%)
Commit
Line
Data
1
#ifndef __CONFIG_H__
2
#define __CONFIG_H__
3
#include <TargetConfig.h>
4
#define HAVE_QUARANTINE TARGET_HAVE_QUARANTINE
5
#define HAVE_SANDBOX TARGET_HAVE_SANDBOX
6
#define HAVE_SECURITY !TARGET_HAVE_EMBEDDED_SECURITY
7
#endif /* __CONFIG_H__ */