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

Skip to content

Commit 0dc78c3

Browse files
committed
After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)
appear in a different place. Oh well.
1 parent 762c1cb commit 0dc78c3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config.h.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@
272272
/* The number of bytes in a void *. */
273273
#undef SIZEOF_VOID_P
274274

275+
/* Define if you have the _getpty function. */
276+
#undef HAVE__GETPTY
277+
275278
/* Define if you have the alarm function. */
276279
#undef HAVE_ALARM
277280

@@ -359,9 +362,6 @@
359362
/* Define if you have the getpid function. */
360363
#undef HAVE_GETPID
361364

362-
/* Define if you have the _getpty function. */
363-
#undef HAVE__GETPTY
364-
365365
/* Define if you have the getpwent function. */
366366
#undef HAVE_GETPWENT
367367

@@ -521,12 +521,12 @@
521521
/* Define if you have the waitpid function. */
522522
#undef HAVE_WAITPID
523523

524-
/* Define if you have the <db_185.h> header file. */
525-
#undef HAVE_DB_185_H
526-
527524
/* Define if you have the <db.h> header file. */
528525
#undef HAVE_DB_H
529526

527+
/* Define if you have the <db_185.h> header file. */
528+
#undef HAVE_DB_185_H
529+
530530
/* Define if you have the <dirent.h> header file. */
531531
#undef HAVE_DIRENT_H
532532

0 commit comments

Comments
 (0)