IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3233


Ignore:
Timestamp:
Feb 15, 2005, 2:26:57 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3232 r3233  
    99CFLAGS="${CFLAGS=} -std=c99 -Wall -Werror"
    1010SUBDIR="etc src test" dnl don't include 'swig', as it is optional
    11 AH_VERBATIM([_GNU_SOURCE],
    12 [/* Enable GNU extensions on systems that have them. */
    13 #ifndef _GNU_SOURCE
    14 # define _GNU_SOURCE
    15 #endif
    16 ])
    1711
    1812AC_DISABLE_STATIC
     
    3024AC_LANG(C)
    3125AC_PROG_CC
    32 AC_LANG_WERROR
    3326AC_GNU_SOURCE
    3427
  • trunk/psLib/src/psTest.c

    r3182 r3233  
    1010//
    1111//
     12#include "config.h"
    1213
    1314#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.