mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
13 lines
535 B
C
13 lines
535 B
C
#ifndef AUTH_CONSTANTS_H_7R7B65WN
|
|
#define AUTH_CONSTANTS_H_7R7B65WN
|
|
|
|
#define kAuthJobName "com.macromates.auth_server"
|
|
#define kAuthToolPath "/Library/PrivilegedHelperTools/com.macromates.auth_server"
|
|
#define kAuthSocketPath "/var/run/com.macromates.auth_server.sock"
|
|
#define kAuthPlistPath "/Library/LaunchDaemons/com.macromates.auth_server.plist"
|
|
#define kAuthRightName "com.macromates.textmate.openfile"
|
|
#define kAuthServerMajor 3
|
|
#define kAuthServerMinor 0
|
|
|
|
#endif /* end of include guard: AUTH_CONSTANTS_H_7R7B65WN */
|