diff util.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 a9a7ad180c3b
children
line wrap: on
line diff
--- a/util.c	Tue Sep 13 16:27:32 2016 +0200
+++ b/util.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 <string.h>
 #include <stdio.h>