Move variable declarations from header to source
[platform/upstream/libtirpc.git] / src / config.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6
7 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
8    */
9 #define HAVE_DIRENT_H 1
10
11 /* Define to 1 if you have the <dlfcn.h> header file. */
12 #define HAVE_DLFCN_H 1
13
14 /* Define to 1 if you have the <fcntl.h> header file. */
15 #define HAVE_FCNTL_H 1
16
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19
20 /* Define to 1 if you have the <libintl.h> header file. */
21 #define HAVE_LIBINTL_H 1
22
23 /* Define to 1 if you have the <limits.h> header file. */
24 #define HAVE_LIMITS_H 1
25
26 /* Define to 1 if you have the <locale.h> header file. */
27 #define HAVE_LOCALE_H 1
28
29 /* Define to 1 if you have the <memory.h> header file. */
30 #define HAVE_MEMORY_H 1
31
32 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
33 /* #undef HAVE_NDIR_H */
34
35 /* Define to 1 if you have the <netdb.h> header file. */
36 #define HAVE_NETDB_H 1
37
38 /* Define to 1 if you have the <netinet/in.h> header file. */
39 #define HAVE_NETINET_IN_H 1
40
41 /* Define to 1 if you have the <stddef.h> header file. */
42 #define HAVE_STDDEF_H 1
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #define HAVE_STDINT_H 1
46
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #define HAVE_STDLIB_H 1
49
50 /* Define to 1 if you have the <strings.h> header file. */
51 #define HAVE_STRINGS_H 1
52
53 /* Define to 1 if you have the <string.h> header file. */
54 #define HAVE_STRING_H 1
55
56 /* Define to 1 if you have the <syslog.h> header file. */
57 #define HAVE_SYSLOG_H 1
58
59 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
60    */
61 /* #undef HAVE_SYS_DIR_H */
62
63 /* Define to 1 if you have the <sys/ioctl.h> header file. */
64 #define HAVE_SYS_IOCTL_H 1
65
66 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
67    */
68 /* #undef HAVE_SYS_NDIR_H */
69
70 /* Define to 1 if you have the <sys/param.h> header file. */
71 #define HAVE_SYS_PARAM_H 1
72
73 /* Define to 1 if you have the <sys/socket.h> header file. */
74 #define HAVE_SYS_SOCKET_H 1
75
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78
79 /* Define to 1 if you have the <sys/time.h> header file. */
80 #define HAVE_SYS_TIME_H 1
81
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
87
88 /* Name of package */
89 #define PACKAGE "libtirpc"
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT ""
93
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME ""
96
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING ""
99
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME ""
102
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION ""
105
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108
109 /* Version number of package */
110 #define VERSION "0.1.1"