• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/mkpasswd/config.h
Thomas De SchampheleireThomas De Schampheleire committed 59e0692095007 Aug 2013
Raw file
Source viewDiff to previous
 
1
/* Program version */
2
#define VERSION "5.0.26"
3
​
4
/* Configurable features */
5
​
6
/* Always hide legal disclaimers */
7
#undef ALWAYS_HIDE_DISCL
8
​
9
/* Default server */
10
#define DEFAULTSERVER   "whois.arin.net"
11
​
12
/* Configuration file */
13
/*
14
#define CONFIG_FILE "/etc/whois.conf"
15
*/
16
​
17
​
18
/* autoconf in cpp macros */
19
#ifdef linux
20
# define ENABLE_NLS
21
#endif
22
​
23
#ifdef __FreeBSD__
24
/* which versions? */
25
# define HAVE_GETOPT_LONG
26
# define HAVE_GETADDRINFO
27
# define ENABLE_NLS
28
# ifndef LOCALEDIR
29
#  define LOCALEDIR "/usr/local/share/locale"
30
# endif
31
#endif
32
​
33
/* needs unistd.h */
34
#if defined _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 200112L
35
# define HAVE_GETADDRINFO
36
# define HAVE_REGEXEC
37
#endif
38
​
39
#if defined __APPLE__ && defined __MACH__
40
# define HAVE_GETOPT_LONG
41
# define HAVE_GETADDRINFO
42
#endif
43
​
44
#if defined __GLIBC__
45
# define HAVE_GETOPT_LONG
46
# if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
47
#  define HAVE_GETADDRINFO
48
# endif
49
# if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 7
50
#  define HAVE_SHA_CRYPT
51
# endif
52
#endif
53
​
54
/* Unknown versions of Solaris */
55
#if defined __SVR4 && defined __sun
56
# define HAVE_SHA_CRYPT
57
# define HAVE_SOLARIS_CRYPT_GENSALT
58
#endif
59
​
60
/* FIXME: which systems lack this? */
61
#define HAVE_GETTIMEOFDAY
62
/* FIXME: disabled because it does not parse addresses with a netmask length.
63
 * The code using it needs to be either fixed or removed.
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.