summaryrefslogtreecommitdiff
path: root/launchd/privileged_startx/privileged_startx_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'launchd/privileged_startx/privileged_startx_types.h')
-rw-r--r--launchd/privileged_startx/privileged_startx_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/launchd/privileged_startx/privileged_startx_types.h b/launchd/privileged_startx/privileged_startx_types.h
new file mode 100644
index 0000000..a0d3439
--- /dev/null
+++ b/launchd/privileged_startx/privileged_startx_types.h
@@ -0,0 +1,10 @@
+#ifndef _PRIV_STARTX_TYPES_H_
+#define _PRIV_STARTX_TYPES_H_
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#define BOOTSTRAP_NAME BUNDLE_ID_PREFIX".privileged_startx"
+
+#endif