aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/defs.h')
-rw-r--r--src/pluto/defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pluto/defs.h b/src/pluto/defs.h
index 44e012665..30a152120 100644
--- a/src/pluto/defs.h
+++ b/src/pluto/defs.h
@@ -32,10 +32,6 @@
# define USED_BY_DEBUG UNUSED
#endif
-/* Length of temporary buffers */
-
-#define BUF_LEN 512
-
/* type of serial number of a state object
* Needed in connections.h and state.h; here to simplify dependencies.
*/
@@ -118,9 +114,6 @@ typedef struct {
int fd;
} prompt_pass_t;
-/* no time defined in time_t */
-#define UNDEFINED_TIME 0
-
/* size of timetoa string buffer */
#define TIMETOA_BUF 30