search for: in_systm

Displaying 20 results from an estimated 91 matches for "in_systm".

2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
...- misc.c | 1 - readconf.c | 1 - servconf.c | 1 - 5 files changed, 5 deletions(-) diff --git a/defines.h b/defines.h index 8f4213062a9c..e7a71726f6b2 100644 --- a/defines.h +++ b/defines.h @@ -55,7 +55,6 @@ enum /* * Definitions for IP type of service (ip_tos) */ -#include <netinet/in_systm.h> #include <netinet/ip.h> #ifndef IPTOS_LOWDELAY # define IPTOS_LOWDELAY 0x10 diff --git a/includes.h b/includes.h index 0fd71792e1ac..94cbc92edd1c 100644 --- a/includes.h +++ b/includes.h @@ -110,7 +110,6 @@ #endif #include <netinet/in.h> -#include <netinet/in_sy...
2006 Feb 08
2
Warnings from openssh-4.3p1 configure
...NG: ## ------------------------------------------- ## checking for net/if.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... yes configure: WARNING: netinet/in_systm.h: present but cannot be compiled configure: WARNING: netinet/in_systm.h: check for missing prerequisite headers? configure: WARNING: netinet/in_systm.h: see the Autoconf documentation configure:...
2006 Feb 02
0
Report of some warning during openssh 4.3 configure
...will take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for net/if.h... yes .... checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... yes configure: WARNING: netinet/in_systm.h: present but cannot be compiled configure: WARNING: netinet/in_systm.h: check for missing prerequisite headers? configure: WARNING: netinet/in_systm.h: see the Autoconf documentation configure:...
2006 Feb 02
0
1. Configure problems on openssh-4.3p1, SunOS 5.8
...iler will take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for net/if.h... yes checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... yes configure: WARNING: netinet/in_systm.h: present but cannot be compiled configure: WARNING: netinet/in_systm.h: check for missing prerequisite heade rs? configure: WARNING: netinet/in_systm.h: see the Autoconf documentation configure...
2011 Jul 21
1
[Bug 8313] New: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST
https://bugzilla.samba.org/show_bug.cgi?id=8313 Summary: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST Product: rsync Version: 3.1.0 Platform: x86 OS/Version: Other Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org Re...
2006 Apr 16
1
openssh 4.3 on IRIX 5.3
...ill take precedence configure: WARNING: ## ------------------------------------------- ## configure: WARNING: ## Report this to openssh-unix- dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## checking for net/if.h... yes checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... yes configure: WARNING: netinet/in_systm.h: present but cannot be compiled configure: WARNING: netinet/in_systm.h: check for missing prerequisite heade rs? configure: WARNING: netinet/in_systm.h: see the Autoconf documentation configur...
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
Here is a patch to configure, & configure.ac that should solve the problems people are having with 4.3p1. Thanks to Corina for finding the simple solution. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- diff -ru openssh-4.3p1/configure openssh/configure --- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800 +++
2011 May 03
1
IPTOS constants
...+45,7 @@ /* * Definitions for IP type of service (ip_tos) */ +#include <netinet/ip.h> #ifndef IPTOS_LOWDELAY # define IPTOS_LOWDELAY 0x10 # define IPTOS_THROUGHPUT 0x08 @@ -57,7 +58,6 @@ * Definitions for DiffServ Codepoints as per RFC2474 */ #include <netinet/in_systm.h> -#include <netinet/ip.h> #ifndef IPTOS_DSCP_AF11 # define IPTOS_DSCP_AF11 0x28 # define IPTOS_DSCP_AF12 0x30 These include directives should really be moved to includes.h - in fact, <netinet/in_systm.h> is already there. DES -- Dag-Erling...
2001 Nov 08
0
OpenSSH 3.0p1+AFS+PAM on Solaris 8
...ne if you have the <sys/ioccom.h> header file. */ +#undef HAVE_SYS_IOCCOM_H + /* Define if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H --- configure.ac.ORIG Sat Nov 3 14:09:33 2001 +++ configure.ac Thu Nov 8 13:37:21 2001 @@ -437,6 +437,7 @@ netinet/in_systm.h paths.h poll.h pty.h regex.h \ security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ + sys/ioccom.h \ sys/poll.h sys/queue.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ sys/ttcompat.h sys/un.h time....
2003 Jul 15
1
Question about Finding C Source Files...
Hello everyone, I was just wondering if any of you knew where I could find the source code to header files such as <sys/select.h>, <sys/endian.h>, <paths.h>, <netinet/in_systm.h>... thank you very much for your help. Joey _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
2006 Feb 08
7
4.3p2: call for testing
...ges. Analysis and patch by vinschen at redhat.com. OK tim@, dtucker at . - (dtucker) [configure.ac] Typo in Ultrix and NewsOS sections (NEED_SETPRGP -> NEED_SETPGRP), reported by Berhard Simon. ok tim@ 20060206 - (tim) [configure.ac] Remove unnecessary tests for net/if.h and netinet/in_systm.h. OK dtucker at . 20060205 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test for Solaris. OK dtucker at . - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by kraai at ftbfs.org. 20060203 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) bef...
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...$(CATMAN)' + mansubdir=cat ;; *-sni-sysv*) CFLAGS="$CFLAGS -I/usr/local/include" *************** *** 216,225 **** fi # Checks for header files. ! AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h usersec.h util.h utmp.h utmpx.h) # Checks for library functions. ! AC_CHECK_FUNCS(arc4random ate...
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
...tion was Index: configure.in --- configure.in 2001/02/13 07:43:16 1.1 +++ configure.in 2001/02/13 22:00:07 @@ -284,7 +284,7 @@ fi # Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h vis.h) +AC_CHECK_HEADERS(bstring.h endian.h floatin...
2004 Jan 25
0
openbsd support
...sys/filsys.h termios.h termio.h) AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h) AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h dlfcn.h) @@ -618,7 +629,15 @@ fi ;; esac -AC_CHECK_HEADERS(shadow.h netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h) +AC_CHECK_HEADERS(shadow.h netinet/in_systm.h) +AC_CHECK_HEADERS([netinet/ip.h],[],[],[ +#include <sys/types.h> +#ifdef HAVE_NETINET_IN_SYSTM_H +#include <netinet/in_systm.h> +#endif +#include <netinet/in.h> +]) +AC_CHECK_HEADERS(netinet/tcp.h netinet/in_ip.h)...
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
...re.in.orig-2.5.2p2 Mon Mar 19 00:09:28 2001 +++ configure.in Wed Mar 21 17:20:12 2001 @@ -368,7 +368,7 @@ AC_FUNC_STRFTIME # Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h) +AC_CHECK_HEADER...
2016 Jul 22
2
Call for testing: OpenSSH 7.3
...ero, but + * we can't do it direct in config.h because it'll cause a conflicting + * definition the first time we include netinet/in.h. + */ +#ifdef NO_IPPORT_RESERVED_CONCEPT +#define IPPORT_RESERVED 0 +#endif + +/* * Definitions for IP type of service (ip_tos) */ #include <netinet/in_systm.h> -- Darren Tucker (dtucker at zip.com.au) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi. New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks. A couple of issues, though, which I haven't really dug into yet. I'm wondering if anyone else has seen them? If not, I'll investigate & report. 1. If I set "UseLogin" to "yes", everything seems fine except that the authentication agent forwarding doesn't work. The "SSH"
2002 Mar 12
2
sys/queue.h
..._DEFINE(BROKEN_SAVED_UIDS) AC_CHECK_FUNCS(getluid setluid) MANTYPE=man @@ -242,7 +236,6 @@ AC_DEFINE(USE_PIPES) AC_DEFINE(HAVE_SCO_PROTECTED_PW) AC_DEFINE(DISABLE_SHADOW) - AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) AC_CHECK_FUNCS(getluid setluid) MANTYPE=man ;; @@ -327,7 +320,7 @@ netinet/in_systm.h paths.h poll.h pty.h \ rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ - sys/poll.h sys/queue.h sys/select.h sys/stat.h \ + sys/poll.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ sys/ttcompat.h sys/un...
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
It looks like something got broken in openbsd-compat/bsd-snprintf.c ... gcc -g -O2 -Wall -Dftruncate=chsize -I/usr/local/include -I/usr/local/ssl/includ e -I. -I.. -I../src/openbsd-compat -I../src/openbsd-compat/.. -DHAVE_CONFIG_H -c ../src/openbsd-compat/bsd-snprintf.c In file included from ../src/openbsd-compat/bsd-snprintf.c:72:
2003 Jun 22
2
Problem with Configure
...ock.h usability... no checking maillock.h presence... no checking for maillock.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netgroup.h usability... no checking netgroup.h presence... no checking for netgroup.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pty.h usability... no checking pty.h presence... no checking for pty.h... no checking readpas...