1/* Generated from defines.h.in during build configuration using CMake. */ 2 3// Note: This header file is only used internally. It is not part of public interface! 4// Any cmakedefine is defined using the -D flag instead when Bazel is used. 5// For Bazel, this file is thus not used to avoid a private file in $(GENDIR). 6 7#ifndef GFLAGS_DEFINES_H_ 8#define GFLAGS_DEFINES_H_ 9 10 11// Define if you build this library for a MS Windows OS. 12#cmakedefine OS_WINDOWS 13 14// Define if you have the <stdint.h> header file. 15#cmakedefine HAVE_STDINT_H 16 17// Define if you have the <sys/types.h> header file. 18#cmakedefine HAVE_SYS_TYPES_H 19 20// Define if you have the <inttypes.h> header file. 21#cmakedefine HAVE_INTTYPES_H 22 23// Define if you have the <sys/stat.h> header file. 24#cmakedefine HAVE_SYS_STAT_H 25 26// Define if you have the <unistd.h> header file. 27#cmakedefine HAVE_UNISTD_H 28 29// Define if you have the <fnmatch.h> header file. 30#cmakedefine HAVE_FNMATCH_H 31 32// Define if you have the <shlwapi.h> header file (Windows 2000/XP). 33#cmakedefine HAVE_SHLWAPI_H 34 35// Define if you have the strtoll function. 36#cmakedefine HAVE_STRTOLL 37 38// Define if you have the strtoq function. 39#cmakedefine HAVE_STRTOQ 40 41// Define if you have the <pthread.h> header file. 42#cmakedefine HAVE_PTHREAD 43 44// Define if your pthread library defines the type pthread_rwlock_t 45#cmakedefine HAVE_RWLOCK 46 47 48#endif // GFLAGS_DEFINES_H_ 49