~ubuntu-branches/ubuntu/trusty/libesmtp/trusty-proposed

« back to all changes in this revision

Viewing changes to acconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy T. Bouse
  • Date: 2002-03-06 08:37:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020306083748-ihmt32mddsslvg5i
Tags: upstream-0.8.11
ImportĀ upstreamĀ versionĀ 0.8.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Turn off the GCC specific __attribute__ keyword */
 
2
#if !defined (__GNUC__) || __GNUC__ < 2
 
3
# define __attribute__(x)
 
4
#endif
 
5
 
 
6
@TOP@
 
7
 
 
8
@BOTTOM@