~ubuntu-branches/ubuntu/saucy/steam/saucy-backports

« back to all changes in this revision

Viewing changes to server/include/configure.h.in

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (0.2.4) (3.2.1 trusty-proposed)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

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 "@configdir@"
5
 
#define LOG_DIR "@logdir@"
6
 
 
7
 
#define BRAND_NAME "@brand@"
8
 
#define STEAM_DIR "@steamdir@"
9
 
 
10
 
#define PREFIX_DIR "@prefix@"
11
 
#define INSTALL_DIR "@installdir@"
12
 
 
13
 
#define JAVA_HOME "@javahome@"
14
 
 
15
 
#endif