aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsimple.h')
-rw-r--r--libsimple.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsimple.h b/libsimple.h
index 893ba72..019d261 100644
--- a/libsimple.h
+++ b/libsimple.h
@@ -499,17 +499,12 @@ extern int libsimple_default_failure_exit;
#endif
-#define LIBSIMPLE_INTERFACE 0x0001
-#define LIBSIMPLE_NO_HOSTNAME 0x0002
-
-
#define FREE(PTR) (free(PTR), (PTR) = NULL, 0)
#define CLOSE(FD) ((FD) >= 0 ? (close(FD), (FD) = -1, 0) : 0)
-
_LIBSIMPLE_GCC_ONLY(__attribute__((__pure__, __nonnull__, __warn_unused_result__)))
void *libsimple_rawmemchr(const void *, int);
#ifndef rawmemchr