OSDN Git Service

* src/lharc.c: use xstrdup() instead of strdup().
[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 mkstemp function.  */
57 #undef HAVE_MKSTEMP
58
59 /* Define if you have the mktime function.  */
60 #undef HAVE_MKTIME
61
62 /* Define if you have the rmdir function.  */
63 #undef HAVE_RMDIR
64
65 /* Define if you have the strcasecmp function.  */
66 #undef HAVE_STRCASECMP
67
68 /* Define if you have the strchr function.  */
69 #undef HAVE_STRCHR
70
71 /* Define if you have the strdup function.  */
72 #undef HAVE_STRDUP
73
74 /* Define if you have the timelocal function.  */
75 #undef HAVE_TIMELOCAL
76
77 /* Define if you have the tzset function.  */
78 #undef HAVE_TZSET
79
80 /* Define if you have the <dirent.h> header file.  */
81 #undef HAVE_DIRENT_H
82
83 /* Define if you have the <fcntl.h> header file.  */
84 #undef HAVE_FCNTL_H
85
86 /* Define if you have the <limits.h> header file.  */
87 #undef HAVE_LIMITS_H
88
89 /* Define if you have the <ndir.h> header file.  */
90 #undef HAVE_NDIR_H
91
92 /* Define if you have the <sys/dir.h> header file.  */
93 #undef HAVE_SYS_DIR_H
94
95 /* Define if you have the <sys/file.h> header file.  */
96 #undef HAVE_SYS_FILE_H
97
98 /* Define if you have the <sys/ndir.h> header file.  */
99 #undef HAVE_SYS_NDIR_H
100
101 /* Define if you have the <sys/time.h> header file.  */
102 #undef HAVE_SYS_TIME_H
103
104 /* Name of package */
105 #undef PACKAGE
106
107 /* Version number of package */
108 #undef VERSION
109
110 /* Define if your struct tm has tm_gmtoff */
111 #undef HAVE_TM_GMTOFF
112
113 /* Define if your struct stat has st_ino */
114 #undef HAVE_ST_INO
115
116 /* Define it to 5, 6 or 7 which you want to use -lhX- method, default */
117 #undef DEFAULT_LZHUFF_METHOD
118
119 /* temporary file template */
120 #undef TMP_FILENAME_TEMPLATE
121
122 /* Define you want to use the incremental indicator */
123 #undef NEED_INCREMENTAL_INDICATOR
124
125 /* Define you want to use multibyte filename */
126 #undef MULTIBYTE_CHAR
127