Explorar el Código

_POSIX_C_SOURCE=200809L

master
Connor Lane Smith hace 12 años
padre
commit
38fccafada
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk Ver fichero

@@ -17,7 +17,7 @@ INCS = -I${X11INC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}

# flags
CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}



Cargando…
Cancelar
Guardar