diff options
Diffstat (limited to 'nss')
-rw-r--r-- | nss/digits_dots.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nss/digits_dots.c b/nss/digits_dots.c index cfca343312..045bf8a661 100644 --- a/nss/digits_dots.c +++ b/nss/digits_dots.c @@ -17,6 +17,10 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef USE_NSCD +# define inet_aton __inet_aton +#endif + /* * disallow names consisting only of digits/dots, unless * they end in a dot. |