mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-03-27 07:18:04 +08:00
Remove remaining references to Gnulib
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
This commit is contained in:
@@ -55,19 +55,11 @@ as compiling and testing code and features.
|
||||
[Guidelines to consider when reviewing.](https://github.com/thoughtbot/guides/tree/master/code-review)
|
||||
|
||||
|
||||
## Gnulib / CCAN
|
||||
## CCAN
|
||||
|
||||
The directory `gl/`, contains gnulib files. The directly `src/ccan` contains
|
||||
libraries from the [CCAN project](https://github.com/rustyrussell/ccan),
|
||||
both are used as collections of helper code.
|
||||
|
||||
To update to the latest gnulib sources you can run:
|
||||
```
|
||||
$ make gl
|
||||
```
|
||||
|
||||
When considering a helper module check those projects; we have a mild
|
||||
preference towards CCAN.
|
||||
The directly `src/ccan` contains libraries from the
|
||||
[CCAN project](https://github.com/rustyrussell/ccan).
|
||||
When considering a helper module, check CCAN first.
|
||||
|
||||
|
||||
# Coding style
|
||||
|
||||
@@ -38,9 +38,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* On certain cases gnulib defines gettimeofday as macro; avoid that */
|
||||
#undef gettimeofday
|
||||
|
||||
#ifdef USE_SECCOMP_TRAP
|
||||
# define _SECCOMP_ERR SCMP_ACT_TRAP
|
||||
#include <execinfo.h>
|
||||
|
||||
Reference in New Issue
Block a user