Files
textmate/Frameworks/authorization/src/constants.h
Allan Odgaard 49ae19c527 Keep (installed) auth server up-to-date
The recent move to 64 bit broke the (binary) protocol used between TextMate and the server for authenticated reads/writes (since size_t is now 64 bit).

This fixes issue #354.
2012-08-31 23:16:39 +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 1
#endif /* end of include guard: AUTH_CONSTANTS_H_7R7B65WN */