Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
70927ff1
Commit
70927ff1
authored
22 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Check for inline support.
parent
552b2273
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/libraries/libisc-new/ChangeLog
+1
-0
1 addition, 0 deletions
src/libraries/libisc-new/ChangeLog
src/libraries/libisc-new/configure.in
+2
-1
2 additions, 1 deletion
src/libraries/libisc-new/configure.in
with
3 additions
and
1 deletion
src/libraries/libisc-new/ChangeLog
+
1
−
0
View file @
70927ff1
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
(isc_gethostname): Ditto.
(isc_gethostname): Ditto.
(isc_getportnum): Ditto.
(isc_getportnum): Ditto.
(isc_getservice): Ditto.
(isc_getservice): Ditto.
* configure.in: Check for inline support.
Use INADDR_NONE to get rid of a compiler warning.
Use INADDR_NONE to get rid of a compiler warning.
* src/isc_udp.c (isc_mkudpaddress): Use INADDR_NONE instead of -1.
* src/isc_udp.c (isc_mkudpaddress): Use INADDR_NONE instead of -1.
...
...
This diff is collapsed.
Click to expand it.
src/libraries/libisc-new/configure.in
+
2
−
1
View file @
70927ff1
...
@@ -19,7 +19,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -19,7 +19,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision: 1.1
0
$)dnl
AC_REVISION($Revision: 1.1
1
$)dnl
AC_PREREQ(2.53)
AC_PREREQ(2.53)
AC_INIT(isc, 1.01)
AC_INIT(isc, 1.01)
AC_CONFIG_SRCDIR([src/isc_master.c])
AC_CONFIG_SRCDIR([src/isc_master.c])
...
@@ -67,6 +67,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
...
@@ -67,6 +67,7 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AM_PROG_CC_STDC
AM_PROG_CC_STDC
AC_HEADER_TIME
AC_HEADER_TIME
AC_C_CONST
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
AC_TYPE_SIZE_T
AC_CHECK_DECL([INADDR_NONE],,
AC_CHECK_DECL([INADDR_NONE],,
AC_DEFINE([INADDR_NONE],[(-1)], [Error indicator for inet_addr]),
AC_DEFINE([INADDR_NONE],[(-1)], [Error indicator for inet_addr]),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment