Home | History | Annotate | Download | only in cityhash
      1 /*
      2  * Copyright 2012 Google Inc.
      3  *
      4  * Use of this source code is governed by a BSD-style license that can be
      5  * found in the LICENSE file.
      6  */
      7 
      8 /**
      9  * Converts from Skia build flags to the macro definitions cityhash normally
     10  * gets from autoconf.
     11  */
     12 
     13 #include "SkTypes.h"
     14 
     15 #ifdef SK_CPU_BENDIAN
     16   #define WORDS_BIGENDIAN 1
     17 #endif
     18