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

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* misc.. */
2
2
#undef HAVE_IPV6
3
3
#undef HAVE_SOCKS_H
4
 
#undef HAVE_PL_PERL
5
4
#undef HAVE_STATIC_PERL
6
5
#undef HAVE_GMODULE
7
6
#undef HAVE_GC_H
8
7
#undef HAVE_GC_GC_H
9
8
#undef USE_GC
10
 
#undef HAVE_GLIB2
11
9
 
12
10
/* macros/curses checks */
13
11
#undef HAS_CURSES
27
25
/* terminfo/termcap */
28
26
#undef HAVE_TERMINFO
29
27
 
30
 
/* If set to 64, enables 64bit off_t for some systems (eg. Linux, Solaris) */
31
 
#undef _FILE_OFFSET_BITS
32
 
 
33
28
/* What type should be used for uoff_t */
34
29
#undef UOFF_T_INT
35
30
#undef UOFF_T_LONG