~ubuntu-branches/ubuntu/quantal/elinks/quantal

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals (RainCT)
  • Date: 2008-02-01 16:29:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201162906-xdourui5tyjva0al
Tags: 0.11.3-5ubuntu1
 
* Merge from Debian unstable (LP: #187936); remaining changes:
  - Add X-Ubuntu-Gettext-Domain to .desktop files.
  - debian/control: Maintainer field update.
* Improve the text in the .desktop file and add some translations.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
/* Define if you want: Debug mode support */
44
44
/* #undef CONFIG_DEBUG */
45
45
 
46
 
/* Define if you want: Documentation support */
 
46
/* Define if you want: Documentation Tools support */
47
47
#define CONFIG_DOC 1
48
48
 
49
49
/* Define if you want: DOM engine support */
116
116
#define CONFIG_MAILCAP 1
117
117
 
118
118
/* Define if you want: Man Page Formats support */
 
119
/* #undef CONFIG_MANPAGE */
 
120
 
 
121
/* Define if you want: Manual Formats support */
119
122
/* #undef CONFIG_MANUAL */
120
123
 
121
124
/* Define if you want: Marks support */
462
465
/* Define to 1 if you have the <nl_types.h> header file. */
463
466
#define HAVE_NL_TYPES_H 1
464
467
 
 
468
/* Define if you have off_t */
 
469
#define HAVE_OFF_T 1
 
470
 
465
471
/* Define to 1 if you have the `popen' function. */
466
472
#define HAVE_POPEN 1
467
473
 
725
731
/* The size of a `long long', as computed by sizeof. */
726
732
#define SIZEOF_LONG_LONG 8
727
733
 
 
734
/* The size of a `off_t', as computed by sizeof. */
 
735
#define SIZEOF_OFF_T 8
 
736
 
728
737
/* The size of a `short', as computed by sizeof. */
729
738
#define SIZEOF_SHORT 2
730
739
 
746
755
/* #undef TM_IN_SYS_TIME */
747
756
 
748
757
/* Package version */
749
 
#define VERSION "0.11.1"
 
758
#define VERSION "0.11.3"
750
759
 
751
760
/* Define if you have XFree under OS/2 */
752
761
/* #undef X2 */