Compile relocatable.c only if --enable-relocatable was specified.
[pspp] / lib / glob_.h
index a1bd70c10c0663e57fa7e2f87e27f688f52067e2..5d7ab718e7091b394d5fc64a1ba36794142c17ba 100644 (file)
@@ -1,6 +1,6 @@
 /* glob_.h -- Find a path matching a pattern.
 
-   Copyright (C) 2005 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007 Free Software Foundation, Inc.
 
    Written by Derek Price <derek@ximbiot.com> & Paul Eggert <eggert@CS.UCLA.EDU>
 
 #ifndef __size_t
 # define __size_t      size_t
 #endif
-#ifndef __const
-# define __const       const
-#endif
-#ifndef __restrict
-# define __restrict    restrict
-#endif
 #ifndef __USE_GNU
 # define __USE_GNU    1
 #endif
 
 
-#ifndef HAVE_DIRENT_H
-# define dirent direct
-#endif
-
 #define glob rpl_glob
 #define globfree rpl_globfree
 #define glob_pattern_p rpl_glob_pattern_p