source: trunk/gsdl/packages/d2m/config.h.in@ 12640

Last change on this file since 12640 was 10365, checked in by kjdon, 19 years ago

changed my mind, now adding these all individually instead of in a tar file

  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* Define to 1 if you have the `alarm' function. */
4#undef HAVE_ALARM
5
6/* Define to 1 if you have the <fcntl.h> header file. */
7#undef HAVE_FCNTL_H
8
9/* Define to 1 if you have the `gethostbyname' function. */
10#undef HAVE_GETHOSTBYNAME
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
16 to 0 otherwise. */
17#undef HAVE_MALLOC
18
19/* Define to 1 if you have the <malloc.h> header file. */
20#undef HAVE_MALLOC_H
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define to 1 if you have the <netdb.h> header file. */
26#undef HAVE_NETDB_H
27
28/* Define to 1 if you have the <netinet/in.h> header file. */
29#undef HAVE_NETINET_IN_H
30
31/* Define to 1 if you have the `putenv' function. */
32#undef HAVE_PUTENV
33
34/* Define to 1 if you have the `socket' function. */
35#undef HAVE_SOCKET
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#undef HAVE_STDINT_H
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define to 1 if you have the `strcasecmp' function. */
44#undef HAVE_STRCASECMP
45
46/* Define to 1 if you have the `strdup' function. */
47#undef HAVE_STRDUP
48
49/* Define to 1 if you have the `strftime' function. */
50#undef HAVE_STRFTIME
51
52/* Define to 1 if you have the <strings.h> header file. */
53#undef HAVE_STRINGS_H
54
55/* Define to 1 if you have the <string.h> header file. */
56#undef HAVE_STRING_H
57
58/* Define to 1 if you have the `strncasecmp' function. */
59#undef HAVE_STRNCASECMP
60
61/* Define to 1 if you have the `strstr' function. */
62#undef HAVE_STRSTR
63
64/* Define to 1 if you have the <sys/socket.h> header file. */
65#undef HAVE_SYS_SOCKET_H
66
67/* Define to 1 if you have the <sys/stat.h> header file. */
68#undef HAVE_SYS_STAT_H
69
70/* Define to 1 if you have the <sys/types.h> header file. */
71#undef HAVE_SYS_TYPES_H
72
73/* Define to 1 if you have the <unistd.h> header file. */
74#undef HAVE_UNISTD_H
75
76/* Define to the address where bug reports for this package should be sent. */
77#undef PACKAGE_BUGREPORT
78
79/* Define to the full name of this package. */
80#undef PACKAGE_NAME
81
82/* Define to the full name and version of this package. */
83#undef PACKAGE_STRING
84
85/* Define to the one symbol short name of this package. */
86#undef PACKAGE_TARNAME
87
88/* Define to the version of this package. */
89#undef PACKAGE_VERSION
90
91/* Define as the return type of signal handlers (`int' or `void'). */
92#undef RETSIGTYPE
93
94/* Define to 1 if you have the ANSI C header files. */
95#undef STDC_HEADERS
96
97/* Define to 1 if your <sys/time.h> declares `struct tm'. */
98#undef TM_IN_SYS_TIME
99
100/* Define to empty if `const' does not conform to ANSI C. */
101#undef const
102
103/* Define to rpl_malloc if the replacement function should be used. */
104#undef malloc
105
106/* Define to `unsigned' if <sys/types.h> does not define. */
107#undef size_t
Note: See TracBrowser for help on using the repository browser.