param: Move enum values into a common (included) .c file
authorAndrew Bartlett <abartlet@samba.org>
Thu, 10 Nov 2011 04:19:33 +0000 (15:19 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Nov 2011 23:34:09 +0000 (00:34 +0100)
commit15b8cfcd83ab502c99bb5c02d2198c46a22f165e
treefc50adcc54f64004bbcc6548006d09ef95ae507b
parent1f96a59ddac772689fda863d1d4a62cd916c3488
param: Move enum values into a common (included) .c file

This #include hack is required as it is not possible to declare a
compile-time sized array in a header file.

Andrew Bartlett

Pair-Programmed-With: Amitay Isaacs <amitay@samba.org>
lib/param/loadparm.c
lib/param/param_enums.c [new file with mode: 0644]
source3/param/loadparm.c