mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fixes for variable length socket addresses.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7f0e0f9b20
commit
d8dc2bc2b4
6 changed files with 363 additions and 266 deletions
|
@ -27,6 +27,10 @@
|
|||
/* Define if your Lib C defines program_invocation_name */
|
||||
#undef HAVE_PROGRAM_INVOCATION_NAME
|
||||
|
||||
/* Define if your system has variable length network addresses */
|
||||
#undef HAVE_SA_LEN
|
||||
|
||||
|
||||
/* Define if using the libffi library for invocations */
|
||||
#undef USE_LIBFFI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue