Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dab3d8 commit ccaf3b6Copy full SHA for ccaf3b6
2 files changed
config.h.in
@@ -142,6 +142,12 @@
142
/* Define if you want to use the GNU readline library */
143
#undef WITH_READLINE
144
145
+/* The number of bytes in a int. */
146
+#undef SIZEOF_INT
147
+
148
+/* The number of bytes in a long. */
149
+#undef SIZEOF_LONG
150
151
/* Define if you have the chown function. */
152
#undef HAVE_CHOWN
153
@@ -292,6 +298,9 @@
292
298
/* Define if you have the <sys/dir.h> header file. */
293
299
#undef HAVE_SYS_DIR_H
294
300
301
+/* Define if you have the <sys/file.h> header file. */
302
+#undef HAVE_SYS_FILE_H
303
295
304
/* Define if you have the <sys/lock.h> header file. */
296
305
#undef HAVE_SYS_LOCK_H
297
306
0 commit comments