update copyright for 2014 year bump
[gnulib.git] / tests / test-dirent-c++.cc
index 7e0263c..2b607ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <dirent.h> substitute in C++ mode.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 SIGNATURE_CHECK (GNULIB_NAMESPACE::closedir, int, (DIR *));
 
-#if GNULIB_FDOPENDIR
+#if GNULIB_TEST_FDOPENDIR
 SIGNATURE_CHECK (GNULIB_NAMESPACE::fdopendir, DIR *, (int));
 #endif
 
 SIGNATURE_CHECK (GNULIB_NAMESPACE::opendir, DIR *, (const char *));
 
-#if GNULIB_SCANDIR
+#if GNULIB_TEST_SCANDIR
 SIGNATURE_CHECK (GNULIB_NAMESPACE::scandir, int,
                  (const char *, struct dirent ***,
                   int (*) (const struct dirent *),
                   int (*) (const struct dirent **, const struct dirent **)));
 #endif
 
-#if GNULIB_ALPHASORT
+#if GNULIB_TEST_ALPHASORT
 SIGNATURE_CHECK (GNULIB_NAMESPACE::alphasort, int,
                  (const struct dirent **, const struct dirent **));
 #endif