1535
|
1 /* include/libfaim_config.h. Generated automatically by configure. */
|
|
2 /* include/libfaim_config.h.in. Generated automatically from configure.in by autoheader. */
|
|
3
|
|
4 /* Define to empty if the keyword does not work. */
|
|
5 /* #undef const */
|
|
6
|
|
7 /* Define if you don't have vprintf but do have _doprnt. */
|
|
8 /* #undef HAVE_DOPRNT */
|
|
9
|
|
10 /* Define if you have the strftime function. */
|
|
11 #define HAVE_STRFTIME 1
|
|
12
|
|
13 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
|
14 #define HAVE_SYS_WAIT_H 1
|
|
15
|
|
16 /* Define if you have the vprintf function. */
|
|
17 #define HAVE_VPRINTF 1
|
|
18
|
|
19 /* Define as __inline if that's what the C compiler calls it. */
|
|
20 /* #undef inline */
|
|
21
|
|
22 /* Define to `int' if <sys/types.h> doesn't define. */
|
|
23 /* #undef pid_t */
|
|
24
|
|
25 /* Define as the return type of signal handlers (int or void). */
|
|
26 #define RETSIGTYPE void
|
|
27
|
|
28 /* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
29 /* #undef size_t */
|
|
30
|
|
31 /* Define if you have the ANSI C header files. */
|
|
32 #define STDC_HEADERS 1
|
|
33
|
|
34 /* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
35 #define TIME_WITH_SYS_TIME 1
|
|
36
|
|
37 /* Define if your <sys/time.h> declares struct tm. */
|
|
38 /* #undef TM_IN_SYS_TIME */
|
|
39
|
|
40 /* Define if you have the gethostname function. */
|
|
41 #define HAVE_GETHOSTNAME 1
|
|
42
|
|
43 /* Define if you have the gettimeofday function. */
|
|
44 #define HAVE_GETTIMEOFDAY 1
|
|
45
|
|
46 /* Define if you have the select function. */
|
|
47 #define HAVE_SELECT 1
|
|
48
|
|
49 /* Define if you have the socket function. */
|
|
50 #define HAVE_SOCKET 1
|
|
51
|
|
52 /* Define if you have the strdup function. */
|
|
53 #define HAVE_STRDUP 1
|
|
54
|
|
55 /* Define if you have the strstr function. */
|
|
56 #define HAVE_STRSTR 1
|
|
57
|
|
58 /* Define if you have the strtol function. */
|
|
59 #define HAVE_STRTOL 1
|
|
60
|
|
61 /* Define if you have the uname function. */
|
|
62 #define HAVE_UNAME 1
|
|
63
|
|
64 /* Define if you have the <fcntl.h> header file. */
|
|
65 #define HAVE_FCNTL_H 1
|
|
66
|
|
67 /* Define if you have the <sys/time.h> header file. */
|
|
68 #define HAVE_SYS_TIME_H 1
|
|
69
|
|
70 /* Define if you have the <unistd.h> header file. */
|
|
71 #define HAVE_UNISTD_H 1
|
|
72
|
|
73 /* Define if you have the faim library (-lfaim). */
|
|
74 /* #undef HAVE_LIBFAIM */
|
|
75
|
|
76 /* Name of package */
|
|
77 #define PACKAGE "libfaim"
|
|
78
|
|
79 /* Version number of package */
|
|
80 #define VERSION "0.99.1"
|
|
81
|