aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/cityhash/config.h
blob: bd3641658e40af45ae9ae2e5d6b48dba4775480d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2012 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/**
 * Converts from Skia build flags to the macro definitions cityhash normally
 * gets from autoconf.
 */

#include "SkTypes.h"

#ifdef SK_CPU_BENDIAN
  #define WORDS_BIGENDIAN 1
#endif