mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8886 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54f1e3d302
commit
dca5e59667
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,9 @@
|
|||
/* Define if you have the geteuid function. */
|
||||
#undef HAVE_GETEUID
|
||||
|
||||
/* Define if you have the iconv function. */
|
||||
#undef HAVE_ICONV
|
||||
|
||||
/* Define if you have the inet_aton function. */
|
||||
#undef HAVE_INET_ATON
|
||||
|
||||
|
@ -230,3 +233,6 @@
|
|||
|
||||
/* Define if you have the <windows.h> header file. */
|
||||
#undef HAVE_WINDOWS_H
|
||||
|
||||
/* Define if you have the iconv library (-liconv). */
|
||||
#undef HAVE_LIBICONV
|
||||
|
|
Loading…
Reference in a new issue