summaryrefslogtreecommitdiff
path: root/src/include/cctk_GNU.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
commit61cfdaf85ad0237ecd7375639f8b1e80d7bcfd14 (patch)
tree2d871176f461219fd6030c7ab622c5d1887beca1 /src/include/cctk_GNU.h
parentdc1c98fefa3289cb04ae17a42a2e122c9580b21e (diff)
Updating GNU files to glibc 2.1.2.
Tidying up how they are included - now people should include cctk_GNU.h. This will allow us later to check what functions are available and maybe not compile the GNU stuff. NOTE: If you edit the GNU stuff please put a wapping great comment /* CCTK: Changed by <> on <> */ by the change and a note in the README. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1380 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_GNU.h')
-rw-r--r--src/include/cctk_GNU.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/cctk_GNU.h b/src/include/cctk_GNU.h
new file mode 100644
index 00000000..a6d621dd
--- /dev/null
+++ b/src/include/cctk_GNU.h
@@ -0,0 +1,20 @@
+ /*@@
+ @header cctk_GNU.h
+ @date Tue Feb 15 16:37:50 2000
+ @author Tom Goodale
+ @desc
+ Includes various gnu header files
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTK_GNU_H_
+#define _CCTK_GNU_H_ 1
+
+#include "cctk_Config.h"
+
+#include "../gnu/getopt.h"
+
+#include "../gnu/regex.h"
+
+#endif /* _CCTK_GNU_H_ */