/* * PNDefines.h * PortsNotifier * * Created by eddyxu@gmail.com on 07-5-29. * Copyright 2007 www.xulei.org. All rights reserved. * */ #ifndef PN_DEFINE_H #define PN_DEFINE_H #define PN_HELPER_PATH "/opt/local/bin/macports-sync-agent" #define PN_PORT_PATH "/opt/local/bin/port" #define PN_PORT_SYNC "/opt/local/bin/port selfupdate" #define PN_LAUNCHD_PLIST "/Library/LaunchDaemons/net.sourceforge.portsnotifier.plist" #define PN_APP_ID "net.sourceforge.portsnotifier" #endif