OSDN Git Service

348407881858a35391b75a25fbf68439582233ac
[lha/lha.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if your struct tm has tm_zone.  */
4 #undef HAVE_TM_ZONE
5
6 /* Define if you don't have tm_zone but do have the external array
7    tzname.  */
8 #undef HAVE_TZNAME
9
10 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
11 #undef HAVE_UTIME_NULL
12
13 /* Define if on MINIX.  */
14 #undef _MINIX
15
16 /* Define if the system does not provide POSIX.1 features except
17    with this defined.  */
18 #undef _POSIX_1_SOURCE
19
20 /* Define if you need to in order for stat and other things to work.  */
21 #undef _POSIX_SOURCE
22
23 /* Define as the return type of signal handlers (int or void).  */
24 #undef RETSIGTYPE
25
26 /* Define if you have the ANSI C header files.  */
27 #undef STDC_HEADERS
28
29 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
30 #undef TIME_WITH_SYS_TIME
31
32 /* Define if your <sys/time.h> declares struct tm.  */
33 #undef TM_IN_SYS_TIME
34
35 /* Define if you have the ftime function.  */
36 #undef HAVE_FTIME
37
38 /* Define if you have the ftruncate function.  */
39 #undef HAVE_FTRUNCATE
40
41 /* Define if you have the gettimeofday function.  */
42 #undef HAVE_GETTIMEOFDAY
43
44 /* Define if you have the lchown function.  */
45 #undef HAVE_LCHOWN
46
47 /* Define if you have the memcpy function.  */
48 #undef HAVE_MEMCPY
49
50 /* Define if you have the memset function.  */
51 #undef HAVE_MEMSET
52
53 /* Define if you have the mkdir function.  */
54 #undef HAVE_MKDIR
55
56 /* Define if you have the mktime function.  */
57 #undef HAVE_MKTIME
58
59 /* Define if you have the rmdir function.  */
60 #undef HAVE_RMDIR
61
62 /* Define if you have the strcasecmp function.  */
63 #undef HAVE_STRCASECMP
64
65 /* Define if you have the strchr function.  */
66 #undef HAVE_STRCHR
67
68 /* Define if you have the strdup function.  */
69 #undef HAVE_STRDUP
70
71 /* Define if you have the timelocal function.  */
72 #undef HAVE_TIMELOCAL
73
74 /* Define if you have the tzset function.  */
75 #undef HAVE_TZSET
76
77 /* Define if you have the <dirent.h> header file.  */
78 #undef HAVE_DIRENT_H
79
80 /* Define if you have the <fcntl.h> header file.  */
81 #undef HAVE_FCNTL_H
82
83 /* Define if you have the <limits.h> header file.  */
84 #undef HAVE_LIMITS_H
85
86 /* Define if you have the <ndir.h> header file.  */
87 #undef HAVE_NDIR_H
88
89 /* Define if you have the <sys/dir.h> header file.  */
90 #undef HAVE_SYS_DIR_H
91
92 /* Define if you have the <sys/file.h> header file.  */
93 #undef HAVE_SYS_FILE_H
94
95 /* Define if you have the <sys/ndir.h> header file.  */
96 #undef HAVE_SYS_NDIR_H
97
98 /* Define if you have the <sys/time.h> header file.  */
99 #undef HAVE_SYS_TIME_H
100
101 /* Name of package */
102 #undef PACKAGE
103
104 /* Version number of package */
105 #undef VERSION
106
107 /* Define if your struct tm has tm_gmtoff */
108 #undef HAVE_TM_GMTOFF
109
110 /* Define if your struct stat has st_ino */
111 #undef HAVE_ST_INO
112
113 /* Define if you want to use the -lh6- method, default */
114 #undef SUPPORT_LH6
115
116 /* temporary file template */
117 #undef TMP_FILENAME_TEMPLATE
118
119 /* Define you want to use the incremental indicator */
120 #undef NEED_INCREMENTAL_INDICATOR
121
122 /* Define you want to use multibyte filename */
123 #undef MULTIBYTE_CHAR
124