~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to plugins/header_filter/lulu.h

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-05-09 01:00:04 UTC
  • mto: (1.1.11) (5.3.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20130509010004-9fqq9n0adseg3f8w
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef __LULU_H__
25
25
#define __LULU_H__ 1
26
26
 
 
27
#include <sys/types.h>
 
28
 
27
29
#include "ink_atomic.h"
28
 
 
29
 
// Define UNUSED properly.
30
 
#if ((__GNUC__ >= 3) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
31
 
#define UNUSED __attribute__ ((unused))
32
 
#else
33
 
#define UNUSED
34
 
#endif /* #if ((__GNUC__ >= 3) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7))) */
35
 
 
36
 
#include <sys/types.h>
 
30
#include "ink_unused.h"
37
31
 
38
32
// Memory barriers on i386 / linux / gcc
39
33
#if defined(__i386__)