Skip to content

Commit

Permalink
lib-dropbear: disable unavailable functions in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
extinctpotato committed Nov 20, 2023
1 parent 04de921 commit 4f7af27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/lib-dropbear/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define HAVE_CRYPT_H 1

/* Define to 1 if you have the `daemon' function. */
#define HAVE_DAEMON 1
/* #define HAVE_DAEMON 1 */

/* Use /dev/ptc & /dev/pts */
/* #undef HAVE_DEV_PTS_AND_PTC */
Expand Down Expand Up @@ -167,13 +167,13 @@
/* #define HAVE_LINUX_PKT_SCHED_H 1 */

/* Have login() function */
#define HAVE_LOGIN 1
/* #define HAVE_LOGIN 1 */

/* Define to 1 if you have the `logout' function. */
#define HAVE_LOGOUT 1
/* #define HAVE_LOGOUT 1 */

/* Define to 1 if you have the `logwtmp' function. */
#define HAVE_LOGWTMP 1
/* #define HAVE_LOGWTMP 1 */

/* Define to 1 if you have the `mach_absolute_time' function. */
/* #undef HAVE_MACH_ABSOLUTE_TIME */
Expand Down

0 comments on commit 4f7af27

Please sign in to comment.