X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e741c018ba34742ccfdbf842299d711521dbf8f..d0ffc37686edcc803601f76ab51fdfed5fc2f241:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 06f6f53134..fb08c2903a 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -1,6 +1,7 @@ /* simgrid_config.h - Results of the configure made visible to user code */ -/* Copyright (c) 2009-2012. Da SimGrid team. All rights reserved. */ +/* Copyright (c) 2009-2013. The SimGrid Team. + All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -71,17 +72,11 @@ XBT_PUBLIC_DATA(xbt_dynar_t) sg_cmdline; #cmakedefine HAVE_MMAP @HAVE_MMAP@ /* Get the config */ -#undef SIMGRID_NEED_GETLINE #undef SIMGRID_NEED_ASPRINTF #undef SIMGRID_NEED_VASPRINTF -@need_getline@ @simgrid_need_asprintf@ @simgrid_need_vasprintf@ -#include /* FILE, getline if it exists */ -#include /* size_t, ssize_t */ -XBT_PUBLIC(ssize_t) xbt_getline(char **lineptr, size_t * n, FILE * stream); - #include /* snprintf related functions */