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