OSDN Git Service

branch: yandytex with kpathsea.
[putex/putex.git] / src / texsourc / kpathsea / win32 / c-auto.h
1 /* c-auto.h.  Generated automatically by configure.  */
2 /* c-auto.in.  Generated automatically from configure.in by autoheader 2.13.  */
3 /* acconfig.h -- used by autoheader when generating c-auto.in.
4
5    If you're thinking of editing acconfig.h to fix a configuration
6    problem, don't. Edit the c-auto.h file created by configure,
7    instead.  Even better, fix configure to give the right answer.  */
8
9 /* Guard against double inclusion. */
10 #ifndef KPATHSEA_C_AUTO_H
11 #define KPATHSEA_C_AUTO_H
12
13 /* kpathsea: the version string. */
14 #define KPSEVERSION "kpathsea version 6.2.0dev"
15
16 /* kpathsea/configure.in tests for these functions with
17    kb_AC_KLIBTOOL_REPLACE_FUNCS, and naturally Autoheader doesn't know
18    about that macro.  Since the shared library stuff is all preliminary
19    anyway, I decided not to change Autoheader, but rather to hack them
20    in here.  */
21 #define HAVE_PUTENV 1
22 #define HAVE_STRCASECMP 1
23 #define HAVE_STRTOL 1
24 #define HAVE_STRSTR 1
25 #define HAVE_DECL_STRSTR 1
26
27 /* Define if the closedir function returns void instead of int.  */
28 /* #undef CLOSEDIR_VOID */
29
30 /* Define to empty if the keyword does not work.  */
31 /* #undef const */
32
33 /* Define if your struct stat has st_mtim.  */
34 /* #undef HAVE_ST_MTIM */
35
36 /* Define if you have the ANSI C header files.  */
37 #define STDC_HEADERS 1
38
39 /* Define if your compiler understands prototypes.  */
40 #define HAVE_PROTOTYPES 1
41
42 /* Define if getcwd if implemented using fork or vfork.  Let me know
43    if you have to add this by hand because configure failed to detect
44    it. */
45 /* #undef GETCWD_FORKS */
46
47 /* Define if you are using GNU libc or otherwise have global variables
48    `program_invocation_name' and `program_invocation_short_name'.  */
49 /* #undef HAVE_PROGRAM_INVOCATION_NAME */
50
51 /* all: Define to enable running scripts when missing input files.  */
52 #define MAKE_TEX_MF_BY_DEFAULT 1
53 #define MAKE_TEX_PK_BY_DEFAULT 1
54 #define MAKE_TEX_TEX_BY_DEFAULT 0
55 #define MAKE_TEX_TFM_BY_DEFAULT 1
56 #define MAKE_TEX_FMT_BY_DEFAULT 1
57 #define MAKE_OMEGA_OFM_BY_DEFAULT 0
58 #define MAKE_OMEGA_OCP_BY_DEFAULT 0
59
60 /* Define if you have the bcmp function.  */
61 /* #define HAVE_BCMP 1 */
62
63 /* Define if you have the bcopy function.  */
64 /* #define HAVE_BCOPY 1 */
65
66 /* Define if you have the bzero function.  */
67 /* #define HAVE_BZERO 1 */
68
69 /* Define if you have the getcwd function.  */
70 #define HAVE_GETCWD 1
71
72 /* Define if you have the getwd function.  */
73 /* #define HAVE_GETWD 1 */
74
75 /* Define if you have the index function.  */
76 /* #define HAVE_INDEX 1 */
77
78 /* Define if you have the memcmp function.  */
79 #define HAVE_MEMCMP 1
80
81 /* Define if you have the memcpy function.  */
82 #define HAVE_MEMCPY 1
83
84 /* Define if you have the putenv function.  */
85 #define HAVE_PUTENV 1
86
87 /* Define if you have the rindex function.  */
88 /* #define HAVE_RINDEX 1 */
89
90 /* Define if you have the strcasecmp function.  */
91 #define HAVE_STRCASECMP 1
92
93 /* Define if you have the strchr function.  */
94 #define HAVE_STRCHR 1
95
96 /* Define if you have the strrchr function.  */
97 #define HAVE_STRRCHR 1
98
99 /* Define if you have the strstr function.  */
100 #define HAVE_STRSTR 1
101
102 /* Define if you have the strtol function.  */
103 #define HAVE_STRTOL 1
104
105 /* Define if you have the <assert.h> header file.  */
106 #define HAVE_ASSERT_H 1
107
108 /* Define if you have the <dirent.h> header file.  */
109 #define HAVE_DIRENT_H 1
110
111 /* Define if you have the <dlfcn.h> header file.  */
112 /* #undef HAVE_DLFCN_H */
113
114 /* Define if you have the <float.h> header file.  */
115 #define HAVE_FLOAT_H 1
116
117 /* Define if you have the <limits.h> header file.  */
118 #define HAVE_LIMITS_H 1
119
120 /* Define if you have the <memory.h> header file.  */
121 #define HAVE_MEMORY_H 1
122
123 /* Define if you have the <ndir.h> header file.  */
124 /* #undef HAVE_NDIR_H */
125
126 /* Define if you have the <pwd.h> header file.  */
127 /* #define HAVE_PWD_H 1 */
128
129 /* Define if you have the <stdlib.h> header file.  */
130 #define HAVE_STDLIB_H 1
131
132 /* Define if you have the <string.h> header file.  */
133 #define HAVE_STRING_H 1
134
135 /* Define if you have the <strings.h> header file.  */
136 /* #undef HAVE_STRINGS_H */
137
138 /* Define if you have the <sys/dir.h> header file.  */
139 /* #undef HAVE_SYS_DIR_H */
140
141 /* Define if you have the <sys/ndir.h> header file.  */
142 /* #undef HAVE_SYS_NDIR_H */
143
144 /* Define if you have the <sys/param.h> header file.  */
145 /* #define HAVE_SYS_PARAM_H 1 */
146
147 /* Define if you have the <unistd.h> header file.  */
148 /* #define HAVE_UNISTD_H 1 */
149
150 #define strcasecmp stricmp
151 /* Define if you have the m library (-lm).  */
152 /* #undef HAVE_LIBM */
153
154 #define HAVE_INTTYPES_H 1
155 #define HAVE_STDINT_H 1
156
157 #endif /* !KPATHSEA_C_AUTO_H */