don't build strstorage and strduptab (tinyldap doesn't use it anymore)

add comments in strstorage.c and strduptab.c that they are obsolete
This commit is contained in:
leitner
2024-02-02 10:54:25 +00:00
parent a6eddb5364
commit 0cc9c5b1ec
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
/* This is no longer used in tinyldap (see mstorage.h)
* The sources are here for historic reference. */
#include <stdlib.h>
#include <libowfat/byte.h>
#include "strstorage.h"