mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
Fix conditional compilation.
This commit is contained in:
parent
18a66f9916
commit
be1dca2717
1 changed files with 0 additions and 2 deletions
|
|
@ -1914,14 +1914,12 @@ static char *get_system_name_cache;
|
|||
static int get_system_name_predump_p;
|
||||
|
||||
#ifndef BSD4_1
|
||||
#ifndef USG
|
||||
#ifndef VMS
|
||||
#ifdef HAVE_SOCKETS
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#endif /* HAVE_SOCKETS */
|
||||
#endif /* not VMS */
|
||||
#endif /* not USG */
|
||||
#endif /* not BSD4_1 */
|
||||
|
||||
char *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue