PHP 8.0.30
Preview: visibility.h Size: 2.00 KB
//usr/include/libmemcached-1.0/visibility.h

/* LibMemcached
 * Copyright (C) 2006-2009 Brian Aker 
 * All rights reserved.
 *
 * Use and distribution licensed under the BSD license.  See
 * the COPYING file in the parent directory for full text.
 *
 * Summary: Interface for memcached server.
 *
 * Author: Trond Norbye
 *
 */

/**
 * @file
 * @brief Visibility control macros
 */

#pragma once

/**
 *
 * LIBMEMCACHED_API is used for the public API symbols. It either DLL imports or
 * DLL exports (or does nothing for static build).
 *
 * LIBMEMCACHED_LOCAL is used for non-api symbols.
 */

#if defined(BUILDING_LIBMEMCACHEDINTERNAL)
# if defined(HAVE_VISIBILITY) && HAVE_VISIBILITY
#  define LIBMEMCACHED_API __attribute__ ((visibility("default")))
#  define LIBMEMCACHED_LOCAL  __attribute__ ((visibility("default")))
# elif defined (__SUNPRO_C) && (__SUNPRO_C >= 0x550)
#  define LIBMEMCACHED_API __global
#  define LIBMEMCACHED_LOCAL __global
# elif defined(_MSC_VER)
#  define LIBMEMCACHED_API extern __declspec(dllexport) 
#  define LIBMEMCACHED_LOCAL extern __declspec(dllexport)
# else
#  define LIBMEMCACHED_API
#  define LIBMEMCACHED_LOCAL
# endif
#else
# if defined(BUILDING_LIBMEMCACHED)
#  if defined(HAVE_VISIBILITY) && HAVE_VISIBILITY
#   define LIBMEMCACHED_API __attribute__ ((visibility("default")))
#   define LIBMEMCACHED_LOCAL  __attribute__ ((visibility("hidden")))
#  elif defined (__SUNPRO_C) && (__SUNPRO_C >= 0x550)
#   define LIBMEMCACHED_API __global
#   define LIBMEMCACHED_LOCAL __hidden
#  elif defined(_MSC_VER)
#   define LIBMEMCACHED_API extern __declspec(dllexport) 
#   define LIBMEMCACHED_LOCAL
#  else
#   define LIBMEMCACHED_API
#   define LIBMEMCACHED_LOCAL
#  endif /* defined(HAVE_VISIBILITY) */
# else  /* defined(BUILDING_LIBMEMCACHED) */
#  if defined(_MSC_VER)
#   define LIBMEMCACHED_API extern __declspec(dllimport) 
#   define LIBMEMCACHED_LOCAL
#  else
#   define LIBMEMCACHED_API
#   define LIBMEMCACHED_LOCAL
#  endif /* defined(_MSC_VER) */
# endif /* defined(BUILDING_LIBMEMCACHED) */
#endif /* defined(BUILDING_LIBMEMCACHEDINTERNAL) */

Directory Contents

Dirs: 2 × Files: 43

Name Size Perms Modified Actions
struct DIR
- drwxr-xr-x 2022-06-18 02:20:12
Edit Download
types DIR
- drwxr-xr-x 2022-06-18 02:20:12
Edit Download
2.16 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.67 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.09 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
5.53 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.02 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
3.17 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.15 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.29 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.90 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.39 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.22 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.57 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.90 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.84 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.30 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.14 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.05 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.04 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.84 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.83 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
4.63 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.34 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.96 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
5.43 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
28.39 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.88 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
424 B lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.04 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.81 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
3.00 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
3.03 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.47 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
4.87 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.88 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.66 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
6.33 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.86 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.25 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.63 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
3.06 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.85 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
1.89 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download
2.00 KB lrw-r--r-- 2022-04-18 16:36:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).