diff default_options.h.in @ 1488:abbdeca6f1bd

Fix building default_options.h
author Matt Johnston <matt@ucc.asn.au>
date Sun, 11 Feb 2018 10:53:59 +0800
parents a3a96dbf9a58
children da095983a60b
line wrap: on
line diff
--- a/default_options.h.in	Sat Feb 10 19:25:00 2018 +0800
+++ b/default_options.h.in	Sun Feb 11 10:53:59 2018 +0800
@@ -3,12 +3,11 @@
 /*
                      > > > Read This < < <
 
-default_options.h.in (this file) documents compile-time options, and provides 
-default values.
+default_options.h.in  documents compile-time options, and provides default values.
 
 Local customisation should be added to localoptions.h which is
 used if it exists. Options defined there will override any options in this
-file (#ifndef guards added by ifndef_wrapper.sh).
+file.
 
 Options can also be defined with -DDROPBEAR_XXX in Makefile CFLAGS