Changeset 90836dc4f3981b6170b18cc3b4b5f23483704454 for config.hh
- Timestamp:
- 05/10/10 22:40:15 (2 years ago)
- Children:
- c04e3c7b94fa30438cb7c897e866588a2a959589
- Parents:
- d0c602a82418184b3475ba518ead4af1d648a4d9
- git-committer:
- Antti-Juhani Kaijanaho <antti-juhani@…> (05/10/10 22:40:15)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
config.hh
r868b365 r90836dc 1 1 /* This file is part of Alue, the multiprotocol Internet discussion daemon 2 2 3 Copyright © 2009 Antti-Juhani Kaijanaho3 Copyright © 2009, 2010 Antti-Juhani Kaijanaho 4 4 5 5 Alue is free software: you can redistribute it and/or modify it … … 22 22 23 23 #include <boost/program_options.hpp> 24 #include <sys/resource.h> 24 25 25 26 extern boost::program_options::variables_map config; 26 27 28 void configure(int argc, char *argv[], rlimit &rlim); 27 29 28 30 #endif /* GUARD_CONFIG_HH */
