supernova: allocators - fix construct method
[supercollider.git] / editors / scel / el / sclang-vars.el.in
blob60fa259a9d383d37006c42656de1b2c98cb89665
1 ;;; sclang-vars.el --- Variables with build-time defaults
3 ;; Copyright (C) 2005 Free Software Foundation, Inc.
5 ;; Author: Mario Lang <mlang@delysid.org>
7 ;; This file is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by
9 ;; the Free Software Foundation; either version 2, or (at your option)
10 ;; any later version.
12 ;; This file is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ;; GNU General Public License for more details.
17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to
19 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
22 ;;; Code:
24 (defconst sclang-system-data-dir "@PKG_DATA_DIR@"
25 "Installation dependent data directory.")
27 (defconst sclang-system-help-dir "@PKG_DATA_DIR@/Help"
28 "Installation dependent help directory.")
30 (defconst sclang-system-extension-dir "@PKG_DATA_DIR@/Extensions"
31 "Installation dependent extension directory.")
33 (provide 'sclang-vars)
34 ;;; sclang-vars.el ends here