~ubuntu-branches/debian/sid/gmtp/sid

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-01-24 17:21:38 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110124172138-30ssabr3ki093ji8
Tags: 0.8-1
* New upstream release.
* Refresh patches.
* Update debian/copyright.
* Add patch to improve the Italian translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
2
 
 * File:   config.h
3
 
 * Author: darran
4
 
 *
5
 
 * Created on October 29, 2009, 5:01 PM
6
 
 */
7
 
 
8
 
#ifndef _CONFIG_H
9
 
#define _CONFIG_H
10
 
 
11
 
#ifdef  __cplusplus
12
 
extern "C" {
13
 
#endif
14
 
 
15
 
#define PACKAGE "gmtp"
16
 
#define PACKAGE_TITLE "gMTP"
17
 
#define PACKAGE_VERSION "0.7"
18
 
 
19
 
 
20
 
#ifdef  __cplusplus
21
 
}
22
 
#endif
23
 
 
24
 
#endif  /* _CONFIG_H */
25