Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccaf3b6

Browse files
committed
The usual.
1 parent 5dab3d8 commit ccaf3b6

2 files changed

Lines changed: 183 additions & 104 deletions

File tree

config.h.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
/* Define if you want to use the GNU readline library */
143143
#undef WITH_READLINE
144144

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+
145151
/* Define if you have the chown function. */
146152
#undef HAVE_CHOWN
147153

@@ -292,6 +298,9 @@
292298
/* Define if you have the <sys/dir.h> header file. */
293299
#undef HAVE_SYS_DIR_H
294300

301+
/* Define if you have the <sys/file.h> header file. */
302+
#undef HAVE_SYS_FILE_H
303+
295304
/* Define if you have the <sys/lock.h> header file. */
296305
#undef HAVE_SYS_LOCK_H
297306

0 commit comments

Comments
 (0)