no ifdef gnuc

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1166 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-15 21:18:26 +00:00
parent e028df251e
commit 1b5508766b
2 changed files with 0 additions and 4 deletions

View File

@@ -132,10 +132,8 @@ void herror(char *s);
#ifndef HAVE_INET_ATON
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
#ifndef __GNUC__
int inet_aton(const char *cp, struct in_addr *adr);
#endif
#endif
#if !defined(HAVE_GETCWD)
char* getcwd(char *path, size_t size);

View File

@@ -132,10 +132,8 @@ void herror(char *s);
#ifndef HAVE_INET_ATON
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
#ifndef __GNUC__
int inet_aton(const char *cp, struct in_addr *adr);
#endif
#endif
#if !defined(HAVE_GETCWD)
char* getcwd(char *path, size_t size);