Files
textmate/Frameworks/authorization/src/constants.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

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 */