Platform specific defines and includes, this is to make the build more portable. More...
#include "ink_config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <unistd.h>
#include <assert.h>
#include <time.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <sys/file.h>
#include <sys/resource.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>
#include <sys/param.h>
#include <sys/un.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/tcp.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <arpa/nameser_compat.h>
#include <signal.h>
#include <wait.h>
#include <syslog.h>
#include <pwd.h>
#include <poll.h>
#include <sys/epoll.h>
#include <values.h>
#include <alloca.h>
#include <dirent.h>
#include <cpio.h>
#include <net/if.h>
#include <stropts.h>
#include <endian.h>
#include <sys/ioctl.h>
#include <resolv.h>
#include <sys/sysinfo.h>
#include <sys/sysctl.h>
#include <dlfcn.h>
#include <math.h>
#include <float.h>
#include <sys/sysmacros.h>
#include <sys/prctl.h>
Go to the source code of this file.
Defines | |
#define | PATH_NAME_MAX 4096 |
Platform specific defines and includes, this is to make the build more portable.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file ink_platform.h.
#define PATH_NAME_MAX 4096 |
Definition at line 211 of file ink_platform.h.
Referenced by Store::clear(), create_volume(), DiagsConfig::DiagsConfig(), get_int64(), CacheHostRecord::Init(), initialize_all_global_stats(), Layout::Layout(), layout_relative(), loadSocksConfiguration(), MultiCacheBase::mmap_data(), plugin_init(), plugin_load(), Store::read(), Span::read(), MultiCacheBase::read_config(), RecConfigReadBinDir(), RecConfigReadConfigPath(), RecConfigReadLogDir(), RecConfigReadPrefixPath(), RecConfigReadRuntimeDir(), RecConfigReadSnapshotDir(), Layout::relative(), Layout::relative_to(), remap_load_plugin(), SDK_API_TSfopen(), HostDBCache::start(), TSPluginDirGet(), MultiCacheBase::write_config(), and Store::write_config_data().