mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
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.
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 1
|
|
|
|
#endif /* end of include guard: AUTH_CONSTANTS_H_7R7B65WN */
|