~ubuntu-branches/ubuntu/hardy/steam/hardy

« back to all changes in this revision

Viewing changes to server/include/configure.h

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2006-11-21 16:03:12 UTC
  • mfrom: (2.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061121160312-nf96y6nihzsyd2uv
Tags: 2.2.31-3
Add patch to prevent inconsistent data after shutdown.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CONFIGURE_H
 
2
#define CONFIGURE_H
 
3
 
 
4
#define CONFIG_DIR "/etc/steam"
 
5
#define LOG_DIR "/var/log/steam"
 
6
 
 
7
#define BRAND_NAME "steam"
 
8
#define STEAM_DIR "/usr/share/steam"
 
9
 
 
10
#define PREFIX_DIR "/usr"
 
11
#define INSTALL_DIR "/home/alain/tmp/steam-2.2.31/debian/steam"
 
12
 
 
13
#define JAVA_HOME ""
 
14
 
 
15
#endif