source: libfaim/config.h.in @ f1589b5

barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since f1589b5 was 5e53c4a, checked in by James M. Kretchmar <kretch@mit.edu>, 21 years ago
*** empty log message ***
  • Property mode set to 100644
File size: 2.0 KB
Line 
1/* include/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 the strftime function.  */
10#undef HAVE_STRFTIME
11
12/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
13#undef HAVE_SYS_WAIT_H
14
15/* Define if you have the vprintf function.  */
16#undef HAVE_VPRINTF
17
18/* Define as __inline if that's what the C compiler calls it.  */
19#undef inline
20
21/* Define to `int' if <sys/types.h> doesn't define.  */
22#undef pid_t
23
24/* Define as the return type of signal handlers (int or void).  */
25#undef RETSIGTYPE
26
27/* Define to `unsigned' if <sys/types.h> doesn't define.  */
28#undef size_t
29
30/* Define if you have the ANSI C header files.  */
31#undef STDC_HEADERS
32
33/* Define if you can safely include both <sys/time.h> and <time.h>.  */
34#undef TIME_WITH_SYS_TIME
35
36/* Define if your <sys/time.h> declares struct tm.  */
37#undef TM_IN_SYS_TIME
38
39/* Define if you have the getaddrinfo function.  */
40#undef HAVE_GETADDRINFO
41
42/* Define if you have the gethostname function.  */
43#undef HAVE_GETHOSTNAME
44
45/* Define if you have the gettimeofday function.  */
46#undef HAVE_GETTIMEOFDAY
47
48/* Define if you have the select function.  */
49#undef HAVE_SELECT
50
51/* Define if you have the socket function.  */
52#undef HAVE_SOCKET
53
54/* Define if you have the strdup function.  */
55#undef HAVE_STRDUP
56
57/* Define if you have the strstr function.  */
58#undef HAVE_STRSTR
59
60/* Define if you have the strtol function.  */
61#undef HAVE_STRTOL
62
63/* Define if you have the uname function.  */
64#undef HAVE_UNAME
65
66/* Define if you have the <fcntl.h> header file.  */
67#undef HAVE_FCNTL_H
68
69/* Define if you have the <sys/time.h> header file.  */
70#undef HAVE_SYS_TIME_H
71
72/* Define if you have the <unistd.h> header file.  */
73#undef HAVE_UNISTD_H
74
75/* Define if you have the faim library (-lfaim).  */
76#undef HAVE_LIBFAIM
77
78/* Name of package */
79#undef PACKAGE
80
81/* Version number of package */
82#undef VERSION
83
Note: See TracBrowser for help on using the repository browser.