/[pkg-mixmaster]/trunk/Mix/config.h.in
ViewVC logotype

Contents of /trunk/Mix/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 296 - (show annotations) (download)
Tue Oct 1 13:01:40 2002 UTC (10 years, 7 months ago) by dybbuk
File size: 4597 byte(s)
Basic autoconf support.

This is just a beginning.  Len says it has problems detecting his
screwy OpenSSL installation, which we can work on.  Also, I didn't
start mucking about in using the autoconf-generated config.h instead
of a bunch of -D options on the compiler command line.  This is
something we should do, though!

There is also not yet a replacement for the installation part of the
old 'Install' script.
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define to empty if the keyword does not work. */
4 #undef const
5
6 /* Define if you don't have vprintf but do have _doprnt. */
7 #undef HAVE_DOPRNT
8
9 /* Define if you have a working `mmap' system call. */
10 #undef HAVE_MMAP
11
12 /* Define if you have the strftime function. */
13 #undef HAVE_STRFTIME
14
15 /* Define if utime(file, NULL) sets file's timestamp to the present. */
16 #undef HAVE_UTIME_NULL
17
18 /* Define if you have the vprintf function. */
19 #undef HAVE_VPRINTF
20
21 /* Define as __inline if that's what the C compiler calls it. */
22 #undef inline
23
24 /* Define to `long' if <sys/types.h> doesn't define. */
25 #undef off_t
26
27 /* Define if the setvbuf function takes the buffering type as its second
28 argument and the buffer pointer as the third, as on System V
29 before release 3. */
30 #undef SETVBUF_REVERSED
31
32 /* Define to `unsigned' if <sys/types.h> doesn't define. */
33 #undef size_t
34
35 /* Define if you have the ANSI C header files. */
36 #undef STDC_HEADERS
37
38 /* Define if you can safely include both <sys/time.h> and <time.h>. */
39 #undef TIME_WITH_SYS_TIME
40
41 /* Define if your <sys/time.h> declares struct tm. */
42 #undef TM_IN_SYS_TIME
43
44 /* Define if you have the atexit function. */
45 #undef HAVE_ATEXIT
46
47 /* Define if you have the dup2 function. */
48 #undef HAVE_DUP2
49
50 /* Define if you have the ftruncate function. */
51 #undef HAVE_FTRUNCATE
52
53 /* Define if you have the getcwd function. */
54 #undef HAVE_GETCWD
55
56 /* Define if you have the gethostbyaddr function. */
57 #undef HAVE_GETHOSTBYADDR
58
59 /* Define if you have the gethostbyname function. */
60 #undef HAVE_GETHOSTBYNAME
61
62 /* Define if you have the gethostname function. */
63 #undef HAVE_GETHOSTNAME
64
65 /* Define if you have the getpagesize function. */
66 #undef HAVE_GETPAGESIZE
67
68 /* Define if you have the gettimeofday function. */
69 #undef HAVE_GETTIMEOFDAY
70
71 /* Define if you have the memmove function. */
72 #undef HAVE_MEMMOVE
73
74 /* Define if you have the memset function. */
75 #undef HAVE_MEMSET
76
77 /* Define if you have the mkdir function. */
78 #undef HAVE_MKDIR
79
80 /* Define if you have the munmap function. */
81 #undef HAVE_MUNMAP
82
83 /* Define if you have the socket function. */
84 #undef HAVE_SOCKET
85
86 /* Define if you have the strchr function. */
87 #undef HAVE_STRCHR
88
89 /* Define if you have the strdup function. */
90 #undef HAVE_STRDUP
91
92 /* Define if you have the strerror function. */
93 #undef HAVE_STRERROR
94
95 /* Define if you have the strrchr function. */
96 #undef HAVE_STRRCHR
97
98 /* Define if you have the strstr function. */
99 #undef HAVE_STRSTR
100
101 /* Define if you have the strtol function. */
102 #undef HAVE_STRTOL
103
104 /* Define if you have the uname function. */
105 #undef HAVE_UNAME
106
107 /* Define if you have the utime function. */
108 #undef HAVE_UTIME
109
110 /* Define if you have the <arpa/inet.h> header file. */
111 #undef HAVE_ARPA_INET_H
112
113 /* Define if you have the <dirent.h> header file. */
114 #undef HAVE_DIRENT_H
115
116 /* Define if you have the <errno.h> header file. */
117 #undef HAVE_ERRNO_H
118
119 /* Define if you have the <fcntl.h> header file. */
120 #undef HAVE_FCNTL_H
121
122 /* Define if you have the <limits.h> header file. */
123 #undef HAVE_LIMITS_H
124
125 /* Define if you have the <malloc.h> header file. */
126 #undef HAVE_MALLOC_H
127
128 /* Define if you have the <memory.h> header file. */
129 #undef HAVE_MEMORY_H
130
131 /* Define if you have the <ndir.h> header file. */
132 #undef HAVE_NDIR_H
133
134 /* Define if you have the <netdb.h> header file. */
135 #undef HAVE_NETDB_H
136
137 /* Define if you have the <netinet/in.h> header file. */
138 #undef HAVE_NETINET_IN_H
139
140 /* Define if you have the <stddef.h> header file. */
141 #undef HAVE_STDDEF_H
142
143 /* Define if you have the <stdlib.h> header file. */
144 #undef HAVE_STDLIB_H
145
146 /* Define if you have the <string.h> header file. */
147 #undef HAVE_STRING_H
148
149 /* Define if you have the <sys/dir.h> header file. */
150 #undef HAVE_SYS_DIR_H
151
152 /* Define if you have the <sys/file.h> header file. */
153 #undef HAVE_SYS_FILE_H
154
155 /* Define if you have the <sys/ndir.h> header file. */
156 #undef HAVE_SYS_NDIR_H
157
158 /* Define if you have the <sys/socket.h> header file. */
159 #undef HAVE_SYS_SOCKET_H
160
161 /* Define if you have the <sys/stat.h> header file. */
162 #undef HAVE_SYS_STAT_H
163
164 /* Define if you have the <sys/time.h> header file. */
165 #undef HAVE_SYS_TIME_H
166
167 /* Define if you have the <sys/types.h> header file. */
168 #undef HAVE_SYS_TYPES_H
169
170 /* Define if you have the <termios.h> header file. */
171 #undef HAVE_TERMIOS_H
172
173 /* Define if you have the <unistd.h> header file. */
174 #undef HAVE_UNISTD_H
175
176 /* Define if you have the <utime.h> header file. */
177 #undef HAVE_UTIME_H
178
179 /* Define if you have the pcre library (-lpcre). */
180 #undef HAVE_LIBPCRE

  ViewVC Help
Powered by ViewVC 1.1.5