Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
602a93eb
Commit
602a93eb
authored
4 years ago
by
Utz-Uwe Haus
Browse files
Options
Downloads
Patches
Plain Diff
add missing i_ketopt.h
parent
402b9965
No related branches found
No related tags found
2 merge requests
!3
Jsc ci update
,
!2
update JSC-CI branch to devel
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/Makefile.am
+1
-0
1 addition, 0 deletions
include/Makefile.am
include/maestro/i_ketopt.h
+5
-9
5 additions, 9 deletions
include/maestro/i_ketopt.h
with
6 additions
and
9 deletions
include/Makefile.am
+
1
−
0
View file @
602a93eb
...
@@ -77,6 +77,7 @@ noinst_HEADERS = \
...
@@ -77,6 +77,7 @@ noinst_HEADERS = \
maestro/i_pool.h
\
maestro/i_pool.h
\
maestro/i_mempool.h
\
maestro/i_mempool.h
\
maestro/i_khash.h
\
maestro/i_khash.h
\
maestro/i_ketopt.h
\
maestro/i_hashing.h
\
maestro/i_hashing.h
\
maestro/i_misc.h
maestro/i_misc.h
...
...
This diff is collapsed.
Click to expand it.
include/maestro/i_ketopt.h
+
5
−
9
View file @
602a93eb
/* taken from https://github.com/attractivechaos/klib/blob/master/ketopt.h */
/* ketopt.h from https://github.com/attractivechaos/klib/blob/master/ketopt.h */
/* This is version cc7e69f, dated Wed Nov 18 17:27:49 CET 2020 */
/* This file is originally part of klib, which is licensed under the
* X11/MIT licnense: */
/* The MIT License
/* The MIT License
Copyright (c) 2008,
2009, 2011
by Attractive Chaos <attractor@live.co.uk>
Copyright (c) 2008, by Attractive Chaos <attractor@live.co.uk>
Permission is hereby granted, free of charge, to any person obtaining
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
"Software"), to deal in the Software without restriction, including
...
@@ -23,9 +20,8 @@
...
@@ -23,9 +20,8 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
*/
*/
#ifndef KETOPT_H
#ifndef I_KETOPT_H
#define KETOPT_H
#define I_KETOPT_H
#include
<string.h>
/* for strchr() and strncmp() */
#include
<string.h>
/* for strchr() and strncmp() */
...
...
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