~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/elinks.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Global include with common functions and definitions for ELinks */
2
 
/* $Id: elinks.h,v 1.38 2004/10/13 15:34:46 zas Exp $ */
3
2
 
4
3
#ifndef EL__ELINKS_H
5
4
#define EL__ELINKS_H
8
7
#define __EXTENSION__ /* Helper for SunOS */
9
8
#endif
10
9
 
 
10
/* Gives us uint{32,16}_t and longlong and integer limits. */
 
11
#include "osdep/types.h"
 
12
 
11
13
/* This determines the system type and loads system-specific macros and
12
14
 * symbolic constants. The other includes may reuse this. This should be
13
15
 * always the very first ELinks include a source should include (except