diff board.c @ 10:4f6bf50dbc4a default tip

Detect the OS and configure build flags and libraries automatically
author Guido Berhoerster <guido+rantaiwarna@berhoerster.name>
date Tue, 13 Sep 2016 18:19:44 +0200
parents aec74ae4d6e5
children
line wrap: on
line diff
--- a/board.c	Tue Sep 13 16:27:32 2016 +0200
+++ b/board.c	Tue Sep 13 18:19:44 2016 +0200
@@ -21,8 +21,6 @@
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define	_XOPEN_SOURCE	600
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <curses.h>	/* for OK, ERR */