~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to src/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Bjälevik
  • Date: 2007-04-28 02:52:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070428025201-2c4swxnpn4wr7fpg
Tags: 0.8.11-0ubuntu1
* New upstream release:
  - http://www.irssi.org/news/ChangeLog
* debian/{control,compat}:
  - Bump Standards.
* debian/patches/00list:
  - Disable 05upgrade-check-binary.patch, applied upstream.
  - Disable 08doublefree.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#define IRSSI_AUTHOR_EMAIL "cras@irssi.org"
6
6
#define IRSSI_AUTHOR "Timo Sirainen <"IRSSI_AUTHOR_EMAIL">"
7
7
 
8
 
#define IRSSI_DIR_SHORT "~/.irssi"
9
8
#define IRSSI_DIR_FULL "%s/.irssi" /* %s == g_get_home_dir() */
10
9
 
11
10
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */
14
13
#define DEFAULT_SERVER_ADD_PORT 6667
15
14
 
16
15
#ifdef HAVE_CONFIG_H
17
 
#include "../config.h"
 
16
#include "config.h"
18
17
#endif
19
18
 
20
19
#include <stdio.h>